sqliteodbc icon indicating copy to clipboard operation
sqliteodbc copied to clipboard

SQLite ODBC driver

Results 15 sqliteodbc issues
Sort by recently updated
recently updated
newest added

Error when use json_extract function

Log is: ``` $ ./a.out -dbname /tmp/ts.db -init -v -tpc 200 -clients 4 Scale factor value: 1 Number of clients: 4 Number of transactions per client: 200 Initializing dataset... Already...

I have a table with Primary Key on a column named ID. CREATE TABLE [MyTest]( [ID] [integer] PRIMARY key, [Subject] [VARCHAR](50) NOT NULL, [Marks] [integer] NOT NULL DEFAULT 0); I...

Hello , Currently we are using MS Access DB and we are considering migration to SQLite using this (CH Werner's) SQLite ODBC driver. The code base is using default Recordset...

I am using CRecordset (MFC) to perform Edit/Update and Delete operations on table which doesn't have Primary key. I get error saying "incompatible rowset" For quick reference, I tried the...