Store BLOB image through ODBC to db

wxdqz

New Member
I am having problem storing an image into a db2 database through the php4 odbc functions. I understand that we have to read a file and then addslashes to it and then store it into the db, but this is not working. Does someone have simple steps how to do this?
 
Back
Top