|
-
October 11th, 2001, 12:24 AM
#1
Save an image file in SQL server
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
If u don't know how to Rate an answer, then Rate my answer to learn, If u know, then practice it 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|