Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 How to save picture data

Author  Topic 

aravindt77
Posting Yak Master

120 Posts

Posted - 2007-07-17 : 05:23:51
Hi ALL,

Anyone who knows tell me how to save picture data
in SQL as VARBinary(MAX) if the size beyond 8 kb

Plz do the needful if any one coomes to know abt it

Sumeet
Starting Member

3 Posts

Posted - 2007-07-18 : 02:13:30
Try using image data type present within SQL

Best Regards,
Sumeet.
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-07-18 : 02:23:56

http://www.aspfaq.com/show.asp?id=2149

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -