Hi, 
I successfully did the following using C wrappers: 
1) created a .db file 
2) Added the tables 
3) Try to insert data into the tables created. 


When I try to 3) insert data into the tables, all the routines pass (Prepare, 
Step, Finalize) without errors. 


But when I run my .db file through sqlite3 shell and select * from 
EntityTbl(which is the name of 
my table), nothing shows. 


Any ideas where my data went ? 
Kavita 
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to