sqliteodbc
sqliteodbc copied to clipboard
SQLite ODBC driver
Hi, I have an encrypted Database file and want to use it with your SQLite ODBC driver. I configured a System DSN as followed:  Butt when I connect to...
Hi, I'm getting a segmentation fault in `drvgettable()` at [`sqlite3odbc.c:1642`](https://github.com/softace/sqliteodbc/blob/9049782382ae15f753e8321de34c1568eafadbf7/sqlite3odbc.c#L1642) when running large SQL queries: https://github.com/softace/sqliteodbc/blob/9049782382ae15f753e8321de34c1568eafadbf7/sqlite3odbc.c#L1642 The setup is Stata 17 -> unixODBC 2.3.9 -> sqliteodbc 0.9998 -> SQLite 3.18.0...
I want to signal a possible bug in the odbc driver for SQLite 3 in the bulk insert of data in a SQLITE_BLOB column. I am using this driver under...
Was looking to download the latest installer for the Windows 64-bit drivers, but the website appears to be offline,
App version: 0.9998 OS: Gentoo Install in standart way for Gentoo - by ebuild: > EAPI=6 > inherit git-r3 > DESCRIPTION="SQLite ODBC Driver" > HOMEPAGE="https://github.com/softace/sqliteodbc" > EGIT_REPO_URI="https://github.com/softace/sqliteodbc" > > LICENSE="https://github.com/softace/sqliteodbc/blob/master/license.terms"...
Has anyone tried to embed spatialite functions into the driver? Rtree support would also be needed because that's the type of index spatialite uses to index the geometry field. I...
Per the [sqlite3 faq](https://www.sqlite.org/faq.html#q7) one can simulate the .tables command with a query. I've tried this using the following query in Access with this syntax `SELECT * FROM [ODBC;DSN=SQLite3 Datasource;Database=C:\temp\test.db3].[sqlite_master]`...
Hi, I tried connecting power BI to a SQLite database using your sqlite odbc driver, but I got the error: "Attempted to read or write protected memory. This is often...
Hi, I've over the past few years figured out how to build 32/64 bit ODBC libs using recent SQLite releases, extensions and tools using Visual Studio 2017/2019/2022. I test it...