Wednesday, March 28, 2012

Images In Sql Server

Hi all,
How to store and retrive images in sql server ?
Thanks & Regards,
Selva Balaji B.You can use ADO with STREAM or GETCHUNK methods see these 2 articles.
HOWTO: Access and Modify SQL Server BLOB Data by Using the ADO Stream Object (Q258038) (http://support.microsoft.com/default.aspx?scid=kb;EN-US;q258038)

Tired of FileSystemObject? Use the Stream Object Instead! (http://www.4guysfromrolla.com/webtech/083100-1.shtml)

No comments:

Post a Comment