Columncount in mysql
Posted: 25.03.2009, 16:44
Hi
I have a Problem with tables which have more than 256 fields.
When i try to open the Query i get a message ("ungültige Bereichseingrenzung"). I find in the ZPlainMySql5.pas the problem.
The Array of MYSQL_ROW was to short.
MYSQL_ROW = array[00..$ff] of PChar;
Is this a bug?
Tobi
I have a Problem with tables which have more than 256 fields.
When i try to open the Query i get a message ("ungültige Bereichseingrenzung"). I find in the ZPlainMySql5.pas the problem.
The Array of MYSQL_ROW was to short.
MYSQL_ROW = array[00..$ff] of PChar;
Is this a bug?
Tobi