"I can't find any documentation for using that library with C++."
Yeah--tell me about it.  I've been searching and searching without much 
luck at all.  The only examples I've seen talk about including sqlite.h 
and then using sqlite functions as opposed to using objects and namespaces.

But when I try to run using the example code, I get errors that sqlite.h 
can't found.  The code snippet I previously provided builds and runs 
without producing any error messages--it creates the DB file but doesn't 
create the table.  But if I try to apply your suggestion, it throws 
errors that  'System::Data::SQLite::SQLiteCommand::SQLiteCommand' : 
cannot access private member declared in class 
'System::Data::SQLite::SQLiteCommand'.


On 6/1/2011 7:16 PM, Simon Slavin wrote:
> I can't find any documentation for using that library with C++.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to