On 2 Jun 2011, at 1:06am, Don Ireland wrote:

> Using Visual Studio C++, the following code DOES create the DB file.  
> But the table doesn't get created and I'm stumped as to why it won't 
> create the table.

Aren't you meant to do something like

SQLiteCommand SQLiteCommand = new SQLiteCommand();

? I can't find any documentation for using that library with C++.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to