Oh my…you’re writing directly for the sqlite3 API? How horrendous! VFLib provides a customized version of soci, a very clean database wrapper, which works exclusively with SQLite. I have provided conversions to and from JUCE types so they can be used quite easily. It is much easier to use than straight sqlite.
Have a look at into_type.cpp, search for x_juceString.
Oh my…you’re writing directly for the sqlite3 API? How horrendous! VFLib provides a customized version of soci, a very clean database wrapper, which works exclusively with SQLite. I have provided conversions to and from JUCE types so they can be used quite easily. It is much easier to use than straight sqlite.
Have a look at into_type.cpp, search for x_juceString.[/quote]
Horrendous
It was much faster for me to read a couple of books in the last 2 days on SQLite than to wade through your source code… Or do you have any example code? The SQLite API is ridiculously simple… Everything appears to be working fine except my conversion to a Juce::String
I’ll check through your code though and I’m sure it’ll give me a hint of what my problem is.
I’ll check them out… I still run into issues adding your VFlib code to my projects (vflib core for example) which are set up for AAX & RTAS with redefinitions… so haven’t been able to get them going yet. I’m going to have to make some time at some point to delve into that.