fecth and commit images ....

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

let's say I have a table call table with a column 'image' containing blob
image.

could I wrote a SqlDataAdapter with 2 SqlCommand like
SELECT image FROM Table
INSERT INTO Table (image) VALUES (@image)

and set an in parameter '@image' with a bitmap value.
is it enough to fetch image and insert them into the database ?

how should I do ?
 
Thanks Miha,
In fact I had found 2 other similar article on MSDN ;-)
 

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