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