OpenSQLite database. rc=sqlite3_open('example.sqlite', db) ! Create table. rc=sqlite3_exec(db,"CREATE TABLE example_table ("//&"id INTEGER PRIMARY KEY,"//&"string TEXT,"//&"value INTEGER)", c_null_ptr, c_null_ptr, errmsg)if(rc/=SQLITE_OK)print'("sqlite3_exec(): ", a)'...