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
 Old Forums
 CLOSED - General SQL Server
 storing , retriving images in sqlserver

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-05-02 : 07:51:14
gopal writes "How to store and retrive images in sqlserver. How to code for this in Visual Basic application using sqlserver backend."

ValterBorges
Master Smack Fu Yak Hacker

1429 Posts

Posted - 2003-05-02 : 09:08:57
Don't do it unless you got a very good reason.

Store images on the file system, store path to image in a table.

http://www.sqlteam.com/item.asp?ItemID=986

Go to Top of Page
   

- Advertisement -