Arbol One <arbol...@programmer.net> wrote:
> Since the purpose of this exercise is to create a simple table, could you 
> tell me if this is all I have to do? Are there any
> other steps? 

Well, did it work? You can examine the database file using sqlite3 command line 
shell, or any of the third-party tools listed here:

http://www.sqlite.org/cvstrac/wiki?p=ManagementTools

It appears that your program lacks cleanup actions. Call sqlite_finalize on 
every prepared statement once you no longer need it. Then, call sqlite3_close 
on a database connection once you no longer need it.
-- 
Igor Tandetnik

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

Reply via email to