can a table store a picture.

  • Thread starter Thread starter Patrick
  • Start date Start date
P

Patrick

HI!!
I want to know if a table can actually store a picture(any
type: .jpg, .bmp, etc.) in a field with an 'OLE object'
type.

I would like to be able to do something like:

rsnew=dbs.openrecordSet("Select * From clients")

with rsnew
..AddNew
!Picture= "c:\test.jpg"
..Update
end With

Can-it be done?

thanks for any help or suggestions,
PAtrick
 

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