Using Python, What is the best method for reading a small PNG file from disk then writing it to a MS SQL database (2008) and then retrieiving the binary data and writing it out to disk as a valid png file.

THis is for writing VERY small (700 byte) monocrhome PNG file to the database.

The prefered Python MSSQL engine Im using is PYMSSQL. its the one I have used for the rest of the text so its the one I need to use for the binary data.

I have fiddled with the PIL / PILLOW library

I think my problem is im looking in the wrong directions!

How do other people do this?
Regards,
David

_______________________________________________
melbourne-pug mailing list
[email protected]
https://mail.python.org/mailman/listinfo/melbourne-pug

Reply via email to