Reading/Storing Images on Access..

  • Thread starter Thread starter Smoke
  • Start date Start date
S

Smoke

I know that this topic has been discussed many times, but i cant figure out to got make it actually work without read/store the file
in a phisical file.
What i want to do is store the Image of a picturebox to a Access table and then load it back to the same picturebox but without
using a phisicaly file...

I have tryied using a memorystream but i cannot success on my tests...

any help please?
 
Hi,

Read image stored in database
http://www.windowsformsdatagridhelp.com/default.aspx?ID=f6d5cc8c-a917-482b-ab1d-253a1ec85fc3

Image to bytearray (format you store image in database)
http://www.windowsformsdatagridhelp.com/default.aspx?ID=5ad37c7b-3732-4558-8dd7-e68d238952a5

Ken
---------------------

I know that this topic has been discussed many times, but i cant figure out
to got make it actually work without read/store the file
in a phisical file.
What i want to do is store the Image of a picturebox to a Access table and
then load it back to the same picturebox but without
using a phisicaly file...

I have tryied using a memorystream but i cannot success on my tests...

any help please?
 

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