Hi all,

I could not insert BLOB data types in a table. I want that the 
INSERT statement should insert a picture in a field of a table. Like,

INSERT INTO testtable (id, picture) values (1,picref)

Here I want to know what should be the picref????  I know picref is 
a variable in a programming language but I don know how to 
represent a picture (say test.jpg) to the variable picref?? Please 
suggest me in PERL and Java because I am connecting the Mysql 
database using PERL DBI and JDBC driver.

Thank you in advance.

Thakur Gyawali
HealthNet Nepal

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to