Thanks for the info. Yes, I read that page, but since the purpose of this exercise is to acquire a good understanding of SQLite under C++, I decided not to use the " *sqlite3_exec*" wrapper, but to execute each and every step of the development process. I know is not the fastest way, it involves more code, but it is serving me very, very well. In the future, I will use the wrapper, but for now I find it that it is necessary that I understand the long and tedious way... yes, I know... I am a masochist.
----- Original Message ----- From: Simon Slavin Sent: 06/17/12 03:25 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] C++ programming - int sqlite3_open_v2() question On 17 Jun 2012, at 6:39pm, Arbol One <[email protected]> wrote: > Now, my next step is to create data tables, but that will be on another email. It helps to read the documentation: <http://www.sqlite.org/quickstart.html> See the end of that page for a C example. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

