I don't know of a way. Perhaps you could write the file to disk as it's coming in and then use the command line MySQL client to do the insert. Perhaps you could put chunks into a temporary table and then have the database assemble them when finished. In any case, I'd be pretty strongly tempted to write such files to the filesystem (which is designed for this kind of thing) and just have a record of it in the database (which is designed for that kind of thing).
In reply to Re: Writing data in chunks to a DB handle
by kyle
in thread Writing data in chunks to a DB handle
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |