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;
Hi Darius,
It depends on, what client softwer do you use... For example if you would
like to fill BLOBs from a perl script via DBI, you have to use parameter
binding. Could you give me some details?
Regards,
Peter Szekszardi
PortoLogic Ltd.
Portal building, prime number generating, script hacki
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
C
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.
-
Before posting, please check:
http://www.mysql.com/manual.php