as per i know, we can store the path of the image. i did like this... created one folder e.g. PIC and put into req. images, added one column as PIC in the table and insert the path. after that i retrieve the link using recordset and put the link into the image box in VB. i know only this much
__________________
For every action, there is an equal and opposite criticism.
You can store images as binary or as LOB in Oracle.. Check this ..
__________________
Sleight of hand and twist of fate...
On a bed of nails she makes me wait...
And I wait without you ...
With or without you ..
----
Batty = Too Busy Now !!!
In Access, you can set the field porperty to OLE Object. Then when you insert data in fields, you insert an OLE object including pictures (Insert->Object).