Max_allowed_packet variable ??

2001-02-25 Thread Li Sze
Hi, This is how I set the variables in the my.cnf file. [mysqld] set-variable = key_buffer_size=16M set-variable = max_allowed_packet=16M I can only insert 8M at any one time using SQLPutData. Even if I insert 1024K more, the SQLPutData will return a "Function sequence error". Does

Re: Max_allowed_packet variable ??

2001-02-25 Thread Miguel Angel Solórzano
At 09:54 26/02/2001 +0800, Li Sze wrote: Hi! Did you read with attention the ODBC documentation about sending long data ?. For example SQLPutData is used to send pieces of data exactly to work on limited memory resources, in the code you define the size of data which is send at every time, how to