Re: [sqlite] Export Blob data from sqlite database to html

2011-11-17 Thread Pris Matic
Maybe you can use a tool like sqlitebrowser to open up the database, then export tables you want to csv? Pris On Thu, Nov 17, 2011 at 3:10 AM, si666 si.for...@gmail.com wrote: I already have, they told me to go away... luuk34 wrote: On 16-11-2011 10:02, si666 wrote: I have a sqlite

[sqlite] Singleton C++ Wrapper for SQLite?

2011-08-12 Thread Pris Matic
Hi all, I've been trying to wrap SQLite's C API within a singleton class. I'm using a Singleton so I can access a particular sqlite db across my application, which consists of my main program and objects, and other components/objects from dynamic libraries. Unfortunately I get some weird