Search found 3 matches

by tobit
25.03.2009, 16:44
Forum: 6.6 - stable
Topic: Columncount in mysql
Replies: 1
Views: 322

Columncount in mysql

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
by tobit
15.01.2009, 13:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem with Zquery.post
Replies: 2
Views: 1854

Thank you
it works fine.

Tobi
by tobit
15.01.2009, 09:16
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem with Zquery.post
Replies: 2
Views: 1854

Problem with Zquery.post

Hi,

I have a little Problem with zquery.
The Query has a Resultset of 10 Records.
I edit record number 5 and Post it.
After this post the Query jump to Record number 1.
Can u help me ?

Tobi