Groups | Blog | Home
all groups > dotnet general > december 2005 >

dotnet general : save Image to sql database


John Timney ( MVP )
12/18/2005 3:33:25 PM
Most people will tell you not to - and heres a good explanation why

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

--
Regards

John Timney
Microsoft MVP

[quoted text, click to view]

Cor Ligthert [MVP]
12/18/2005 5:03:30 PM
Hardik,

In addition to John, it is not such a good idea, it is terrible slow.

However adding thumbnails in a database server is very nice, you can than in
a nice way manage your pictures.

However, here every thing you need to know about handling images and a
database. On our website is as well a sample how to make thumbnails from
images.

http://www.vb-tips.com/default.aspx?ID=0bf3f72d-b722-459d-8a46-38b5a2f7fdf0

I hope this helps,

Cor

Hardik Shah
12/18/2005 6:29:57 PM
Hi,

I want to save photograph of the customer to sql database, is there any
sample data base , any hints for storing image in SQL.

Thanks in advance.

Hardik Shah


B
12/23/2005 4:53:02 AM
Hi,

You can take a look at this URL:
http://blogs.msdn.com/jdixon/articles/495408.aspx
I used it to my ASP.NET 2.0 project and it stores the images in a Image
column type.

The only thing that doesn't seem to work within my project is to retreive
the image back from the DB.

Regards,
B.

[quoted text, click to view]
AddThis Social Bookmark Button