I am writing a C program under Linux to perform operations on an sqlite-created (manually) database. I have successfully compiled and linked with the sqlite3 library and my program opens and closes the Db successfully. However, it is unclear to me how I in a simple way may perform operations like SELECT, INSERT etc. on the database from the C program.
Grateful for hints. Erik Kvernstad _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users