Hi, I am trying to insert a image into the database, my database is type BLOB and in C# is type byte[]. When I try to do the insert the error is: Don't know how to write the parameter! Whats is wrong? how can I get a more technical description error from databa...
For Example UPDATE tblfile SET fileimage = BLOB_FROM_FILE ('/tmp/image.png') WHERE fileid = '2b93d4629241d287915a422f6d1a90374de95ef0' BUT This is giving me a Cannot coerce blob to type unknown data type error. fileimage is a blob