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
 General SQL Server Forums
 New to SQL Server Programming
 Adding an Image to SQL Server 2005

Author  Topic 

hellohello
Starting Member

12 Posts

Posted - 2011-01-12 : 08:59:48
Hi I am am developing a Web Site where I want to display Images to a page from my SQL Server 2005 Database. I was wondering if anyone could help me with putting those images into the Database

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-01-12 : 09:07:41
http://www.codeproject.com/KB/web-image/PicManager.aspx

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2011-01-12 : 09:39:57
A simple method is to store actual path in the column and images in the server's directory

Madhivanan

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

RobertKaucher
Posting Yak Master

169 Posts

Posted - 2011-01-12 : 10:23:23
quote:
Originally posted by madhivanan

A simple method is to store actual path in the column and images in the server's directory

Madhivanan

Failing to plan is Planning to fail



FileSteam is a great way to do this with SQL Server 2005+.

===
http://www.ElementalSQL.com/
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-01-12 : 10:36:10
quote:
Originally posted by RobertKaucher

quote:
Originally posted by madhivanan

A simple method is to store actual path in the column and images in the server's directory

Madhivanan

Failing to plan is Planning to fail



FileSteam is a great way to do this with SQL Server 2005+.

===
http://www.ElementalSQL.com/


Isnt it available only from SQL 2008 onwards?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

RobertKaucher
Posting Yak Master

169 Posts

Posted - 2011-01-12 : 11:23:24
quote:
Isnt it available only from SQL 2008 onwards?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/





Apparently I am able to bend time, space, and SQL Server versions to my will. Of curse you are correct.

===
http://www.ElementalSQL.com/
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-01-12 : 11:32:03
Ok.just checked

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -