Suppose I have a table with image column:
mytab(id int, mydoc image)
I have a doc file as template. Then I want to save this .doc file in the image column.
How to do it?
Suppose I have a table with image column:
mytab(id int, mydoc image)
I have a doc file as template. Then I want to save this .doc file in the image column.
How to do it?