Uploading images in SQL

G

Guest

Hi,

How can I store images into my DB using VWD Express 2005 in VB.NET ?
Users can update/insert/delete text, but I would like to give the
possibility to update/insert/delete images as well.

Can someone help me?
Thanks,
B.
 
S

S.M. Altaf [MVP]

Miha's methods are good, but as an alternative, you can also store the
images on disk with the paths to the images in the database instead.

-Altaf


--------------------------------------------------------------------------------
All that glitters has a high refractive index.
www.mendhak.com

Miha Markic said:
http://support.microsoft.com/default.aspx?scid=kb;en-us;308042
http://support.microsoft.com/default.aspx?scid=kb;en-us;321900

--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

B said:
Hi,

How can I store images into my DB using VWD Express 2005 in VB.NET ?
Users can update/insert/delete text, but I would like to give the
possibility to update/insert/delete images as well.

Can someone help me?
Thanks,
B.
 
C

Cor Ligthert [MVP]

Altaf,

In my opinion that is not an alternative, did you ever upload a real image
to a database. In my opinion is the most sufficient a thumbnail in a
database and the real image as you wrote.

:)

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

Top