 |
SQLite C example: insert data - LeMoDa.net top page
This is a simple example of inserting text into an SQLite database using the C interface. The database has one table, called "t", with one column, called "xyz", which you can create as follows: $ sqlite3 test.db SQLite version 3.6.23.1 Enter ".help" for i
www.lemoda.net |
 |