I'm trying to insert a blob (*.ICO) in a SQL Server table ?
How can I do this ?Originally posted by Karolyn
I'm trying to insert a blob (*.ICO) in a SQL Server table ?
How can I do this ?
Look at this article
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/sql/reskit/sql2000/part3/c1161.asp
Kirill. K.Shendera|||Icons don't seem to be considered as Blobs (only gif, bmp and jpeg)|||Originally posted by Karolyn
Icons don't seem to be considered as Blobs (only gif, bmp and jpeg)
You can use BLOBs to store any type of file, because you save it in binary stream. To prevent full-text indexing use IMAGE datatype. I've got no problems saving PDF files in database using Blobs.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment