Hello Wise Ones,
Im trying to work with DBI and Blobs for a MySQL Database. Im having some troubles. Im having difficulties inserting the data, and retreiving it. neither seem to work.
My Insert statement
Insert into table(num,name,binary) VALUES('','filename','@binary');