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
 Express Edition and Compact Edition (2005)
 Images

Author  Topic 

tech1234
Starting Member

4 Posts

Posted - 2010-08-13 : 12:49:53
It was once recommended to me to store images in a seperate file rather than directly saved in SQL Server, but how is the image accessed through sql server.
Is there an example to see how its done please

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2010-08-15 : 06:59:11
In this case the image isn't accessed via sql server.
For example you have stored an image in the file system and you have stored the path and file name in sql server table.
Your application then can read the path and file name from that table and then your application can access that image...


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page
   

- Advertisement -