Max Fields in ZQuery-Result on MySQL5

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
Captnemo
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 11.11.2006, 00:47

Max Fields in ZQuery-Result on MySQL5

Post by Captnemo »

can anyone tell me, if there is a limit to the number of fields in Zeos, that are a select on a MySQL5 database returned.
I have a Query on a Table with 330 fields. Over Zeos i got an ERangeError. In MySQL-Administrator the same Query works fine.

Thanks, Captnemo
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

Captnemo,

Normaly there is no imitation fields em selves. BUT we have got a imitation of the allocated memory. 6.6 does support 32kb per selcted row. Also do we allocate the max byte-size of a string field if it is empty or not.

You can use this branch http://zeos.firmos.at/viewtopic.php?t=3427 but this is Zeos alpha. In this branch i did increase the buffer to 64kb...

Michael
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
Captnemo
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 11.11.2006, 00:47

Post by Captnemo »

Thank you.
Post Reply