J
Joey
I have a database that stores a picture in an OLE Object field. I have
created a new database that stores the path as a string to display pictures.
Now I want to get the existing data from the first database and get it put
into the second database.
Is it possible to go through each record with a recordset and save that OLE
Object(which is a picture) to a certain folder on the hard drive???? And name
that picture file at the same time?? I'd like to be able to save the OLE
Object(picture) with the same name that is stored in another field in the
table.
For example: Record number one has a name field of "Oliver". I'd like to
write all the fields in record one to the second database table and take that
OLE Object(picture) and save it to a folder in the hard drive
(c:\Temp\Oliver.jpg) with the name "Oliver".
Any help would be greatly appreciated!
Joey
created a new database that stores the path as a string to display pictures.
Now I want to get the existing data from the first database and get it put
into the second database.
Is it possible to go through each record with a recordset and save that OLE
Object(which is a picture) to a certain folder on the hard drive???? And name
that picture file at the same time?? I'd like to be able to save the OLE
Object(picture) with the same name that is stored in another field in the
table.
For example: Record number one has a name field of "Oliver". I'd like to
write all the fields in record one to the second database table and take that
OLE Object(picture) and save it to a folder in the hard drive
(c:\Temp\Oliver.jpg) with the name "Oliver".
Any help would be greatly appreciated!
Joey