Venu wrote:

> Its possible with MyODBC Drivers to 'n' size. You can
> supply BLOB/CLOB data in pieces to desired size by
> making use of SQLParamData and SQLPutData APIs.


Does the MySQL wire protocol support this? Or is MyODBC emulating this by 
reading and updating the entire blob after each piece, or caching it in 
local memory somewhere and doing a final write at the end?

Local emulation doesn't help, because you're still limited by the wire 
protocol limits.

(Just checking - won't be the first time that an emulation tried to be 
helpful :-).
--
Shankar.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to