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.
| 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 MVPhttp://visakhm.blogspot.com/ |
 |
|
|
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 directoryMadhivananFailing to plan is Planning to fail |
 |
|
|
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 directoryMadhivananFailing to plan is Planning to fail
FileSteam is a great way to do this with SQL Server 2005+.===http://www.ElementalSQL.com/ |
 |
|
|
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 directoryMadhivananFailing 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 MVPhttp://visakhm.blogspot.com/ |
 |
|
|
RobertKaucher
Posting Yak Master
169 Posts |
Posted - 2011-01-12 : 11:23:24
|
quote: Isnt it available only from SQL 2008 onwards?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://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/ |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-01-12 : 11:32:03
|
| Ok.just checked------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
|
|
|