Save File in DB?

  • Thread starter Thread starter cckers
  • Start date Start date
C

cckers

I want to save files in MS Access db (2002 format). How do I save
them in table as an OLE data type? Then, how do I get them out? Any
hints here? tia

jp
 
Stephen Lebans has code on his site www.lebans.com to save and load jpeg
images as BLOBS to a database. That should give you a start.

But unless there is a very good reason to *need* the file internal in the
table, consider just saving the full pathname or UNC name to the file on
disk.

--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 
Back
Top