Question
1
Replies
61
Views
Posted: May 10, 2019
Last activity: May 13, 2019
Closed
How can I insert text value to blob column ?
Hi All,
I created new table for my project. I have a blob column. But I could not insert my text data to this column.
Could you help me? please.
***Edited by Moderator: Pallavi to update platform capability tags***
Hi , You can use DB specific function to typecast varchar into BLOB while inserting data into DB.
Thanks