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