| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Paul DuBois | Date: | July 25 2001 6:01am |
| Subject: | Re: could not insert BLOB data type in a table | ||
| View as plain text | |||
At 10:43 AM +0530 7/25/01, mysql@stripped wrote: >Hi, > >I just want to know how to insert a BLOB data type in a field of a >table. I want to put the binary data stream not the file link in the >filed. The language i m using is PERL5. Use $dbh->quote() or placeholders to insert the BLOB value into the query string. See the DBI docs. > >Thanks in advance. > >Regards, >Thakur Gyawali >Nepal -- Paul DuBois, paul@stripped
| Thread | ||
|---|---|---|
| • could not insert BLOB data type in a table | mysql | 25 Jul |
| • Re: could not insert BLOB data type in a table | Paul DuBois | 25 Jul |
| • Re: could not insert BLOB data type in a table | Ilya Martynov | 25 Jul |
| • Re: could not insert BLOB data type in a table | Paul DuBois | 25 Jul |
| • Re: could not insert BLOB data type in a table | Ilya Martynov | 25 Jul |
