Mysql threaded queries.
#1

Hi,

I'am using threaded mysql queries and i have public where i use for strings


Код:
public OnQueryGetting( data[] )
{

}
in data i send any string i mean text what is the longest text i could send?
Reply
#2

You have a max_allowed_packet defined on both client and server. If you haven't made your own sql script, just look on the source of the one you're using and you should find it. You can always declare the packet yourself, so sending bigger ones is possible.

Use this info for help: http://dev.mysql.com/doc/refman/5.0/...too-large.html
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)