ion.nl]
=> Sent: 22 July 2010 07:52
=> To: beginners@perl.org
=> Subject: Re: Example code for storing picture in MySQL DB
=>
=> Mimi Cafe wrote:
=> >
=> > $dbh->do(qq{insert into mytable (id, pic)
=> values(1,$pic_file_name)});
=> >
=> >
=> > Any
Mimi Cafe wrote:
Anyone worked on a project where they have stored pictures in MySQL db from
Perl program? I need to store pictures in MYSQL and my initial thought was
a normal insert statement. Now I did a bit of search and people are making
it completed out there. I have not tried it, but I w
On Thursday 22 Jul 2010 06:48:08 Mimi Cafe wrote:
> Anyone worked on a project where they have stored pictures in MySQL db from
> Perl program? I need to store pictures in MYSQL and my initial thought was
> a normal insert statement. Now I did a bit of search and people are making
> it completed o
2010/7/22 Mimi Cafe :
> Anyone worked on a project where they have stored pictures in MySQL db from
> Perl program? I need to store pictures in MYSQL and my initial thought was
> a normal insert statement.
Nothing much about Perl, but the stuff related to Mysql itself. A reference:
http://forum