save Image to sql database

  • Thread starter Thread starter Hardik Shah
  • Start date Start date
H

Hardik Shah

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top