Python Forum

Full Version: pypyodbc accdb extract ole object (picturedata)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have a accdb database and I use python and pypyodbc to connect.

I can extract all data except images. PictureData in bytearray? OLE object?

Is it possible extract them with python? Convert to PIL and then save on disc?

Thanks