C
Chris
Hi,
I would save the BLOB objects out to the filesystem and
only maintain a table with the associated information,
including filepath, in your Access application.
The other way would be to use SQL server or MSDE as your
backend database in an Access project application. Then
you can use BLOBS.
HTH
Chris
I would save the BLOB objects out to the filesystem and
only maintain a table with the associated information,
including filepath, in your Access application.
The other way would be to use SQL server or MSDE as your
backend database in an Access project application. Then
you can use BLOBS.
HTH
Chris