Search found 4 matches

by edwardvb
14.01.2011, 14:19
Forum: 6.6 - stable
Topic: [BCB / MySQL] Temporary tables
Replies: 3
Views: 670

Hmm...something to add: i changed the ZSQLscript to: SQLstring = "UPDATE mytable SET mycolumn = CONCAT(mycolumn, '-1')"; ZSQLProcessor1->Script->Text = SQLstring; ZSQLProcessor1->Execute(); but the column mycolumn is not changed at all... so i think somehow my ZSQLProcessor is not Executed...
by edwardvb
14.01.2011, 09:41
Forum: MySQL
Topic: BCB6 always empty resultset returned
Replies: 2
Views: 598

to complete this topic: I solved this problem by setting the ShowRecordTypes property of the ZQuery-object to [usUnmodified,usModified,usInserted].
by edwardvb
14.01.2011, 09:38
Forum: 6.6 - stable
Topic: [BCB / MySQL] Temporary tables
Replies: 3
Views: 670

[BCB / MySQL] Temporary tables

i am trying to upgrade from an old Zeos-version (6.1.5-stable) to version 6.6.6-stable and at the same time upgrade MySQL version 4.0 (!!!) to version 5. Doing that for Borland C++ Builder 6, it is not going smooth, but I managed to get it installed. However, I am having a problem with the following...
by edwardvb
25.11.2010, 11:40
Forum: MySQL
Topic: BCB6 always empty resultset returned
Replies: 2
Views: 598

BCB6 always empty resultset returned

I cannot find a solution, and google is not really helpful too :( I use Borland C++ Builder 6 together with the ZEOS library for communication with a MySQL database. Before I used the old ZEOS lib (6.1.5 stable) together with a MySQL4 database. Everything worked perfect, but I had to upgrade to MySQ...