I want to insert image into a table like
CREATE TABLE XX_SAMPLE(ID INT
,IMAGE BLOB);
So can you help out form how to insert image into the above table.
|
I want to insert image into a table like
So can you help out form how to insert image into the above table. |
|||
|
|
|
Please try below code
|
|||
|
|