This is working example of using SQLite3 database with Rapid-Q. Just compile file "rq_sql3.bas. Great for storing any data (texts, numbers, blobs) in one computer, but networking is also possible... I welcome messages about any bug or/and hint how to use other functions, like: COLUMN_NAME, COLUMN_COUNT, PREPARE, STEP, FINALIZE, ERRMSG, or others (DUMP)... Slavo (Slovakia) Versions history: ----------------- 0.2 --- [+] new column (state_id) - integer primary key for numbering records [+] combobox for ordering records [*] correct some minor bugs 0.1 --- First version released. What database can: - open & close - create new tables (for demo I choosed 1 table with 2 columns) - insert new records, update existing record, delete current record - get table from database and put it in the listview - simply error messaging - Working commands: CREATE TABLE, INSERT, UPDATE, DELETE, SELECT. - Working functions: LIBVERSION, OPEN, CLOSE, EXEC, GET_TABLE, FREE_TABLE.