Python Forum
pypyodbc accdb extract ole object (picturedata) - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: pypyodbc accdb extract ole object (picturedata) (/thread-9154.html)



pypyodbc accdb extract ole object (picturedata) - dusca - Mar-24-2018

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