Click to See Complete Forum and Search --> : Save an image file in SQL server


srinika
October 11th, 2001, 12:24 AM
Is there any way to save an image file (jpg or bmp or..) in a database without using VB or any other application but with pure SQL
ie. something like
Insert into GraphicsTable (GraphicIDField , GraphicDataField) values (MyFileName1 , MyFileData)
Here what is the mechanism of getting MyFileData from a file by SQL?
I want this to be used in a stored procedure.
Thanks in Advance