Re: How do I insert into BLOB Columns

2001-03-30 Thread Peter Szekszardi
Hi Darius, Just an idea: can you cut the binary data into separate small(er) chuncks and then store it in different records? (Using some identifier to know which chunks belong together, what is their order,...) This may make data handling harder, but you can reduce the memory load of the server;

Re: How do I insert into BLOB Columns

2001-03-29 Thread Lindsay Adams
On 3/29/01 3:37 AM, "Darius Ivanauskas" [EMAIL PROTECTED] wrote: Hello, Does anybody know, how to insert large amount of data (ex.: large binary files) into BLOB columns? Thanks, Darius Ivanauskas P.S. Please reply to me. The general algorithm is: Open binary file Check