I want to save a MS Word document to an image column in a table. I know saving the path is the perferred way but this is NOT an option. I've read Books Online and still do not understand how to do this.
Table MyImages
( ImageID int identity
Image image
)
How do I store c:\mydocument.doc in the image column?
I am interfacing with Cold Fusion.
Any suggestions would be helpful.
Thanks
Angela
Table MyImages
( ImageID int identity
Image image
)
How do I store c:\mydocument.doc in the image column?
I am interfacing with Cold Fusion.
Any suggestions would be helpful.
Thanks
Angela