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
Max Fields in ZQuery-Result on MySQL5
Moderators: gto, EgonHugeist
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
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
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/
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/