Save binary files in Access DB (ADO)
-
I need to store binary files in access database. i've tried with no success (yet) to create an interface between MS-Access table containing an "OLE Object" field type and my application. i thougt to reffer my binary files as Bitmap but still i couldn't load/save data to my DB table. any idea? is blob handling can help - how do i store blob? :rolleyes: Cheers, Yaeli
-
I need to store binary files in access database. i've tried with no success (yet) to create an interface between MS-Access table containing an "OLE Object" field type and my application. i thougt to reffer my binary files as Bitmap but still i couldn't load/save data to my DB table. any idea? is blob handling can help - how do i store blob? :rolleyes: Cheers, Yaeli
-
Hi! It may be a silly suggestion but why don't you read the file in binary mode and write everything in a field in the database? :~ Well... I am a beginner ...