I am using Visual Studio. Using VC++/MFC and SQLite, how would I programmatically create a database?
2 Answers
You need a Sqlite wrapper for C++.
You can find some here: http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers
One example is here: http://www.codeproject.com/Articles/6343/CppSQLite-C-Wrapper-for-SQLite