I'm using VB.Net in Visual Studio 2008 and SQLite Expert 2.3.19.1936 to generate the database and create the table and version 1.0.65.0 of System.Data.SQLite Here's my table creation: CREATE TABLE app_param ( param_id INTEGER, param TEXT NOT NULL, info TEXT NOT NULL, PRIMARY KEY(param_id ASC...