On 06/09/2012 01:45 PM, Paul McNett wrote:
> I'm storing images to an sqlite database, I'll dig out the code. I found that 
> I
> needed different code to store to MySQL. This shouldn't be, since Dabo's 
> supposed to
> wrap the differences but that's all I had time to find out.
>
> Paul
So, I figured this out for MySQL at least.  I don't see why it wouldn't 
work for other backends.  I am using the base64 module to encode the 
string with binary data.  Then, when I want to get the data back out, I 
just have to decode it using the base64 module.

Would this be something to put in the MySQL backend's formatBLOB method?

Regards,

Nate

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to