How to Insert Blob datatype Variable into Database

hi,

I want to store a value of blob datatype into the data base.
This is the query that I am using
“insert into DELIVERY(ID,PhNumber,DOC_TIF) values(‘89578’,‘8892057709’” +fileData.ToString+ “);”

“flieData” is the variable that is holding the data I want to insert it and while I am executing the query it is showing the error.

Thanks and Regards,
srikanth

1 Like