Skip to content

Christian Werner's Sqlite ODBC Driver in a MSVC2008 project. With patches.

Notifications You must be signed in to change notification settings

fransslabber/SqliteODBC

Repository files navigation

SqliteODBC

Christian Werner's Sqlite ODC Driver in a MSVC2008 project. With patches.

Added fix for specific problem using this driver with MFC ODBC. Columns defined as blob in sqlite and consumed as a CByteArray in MFC tries to read the column data into a NULL CByteArray m_pData pointer. MFC sets up the pointer by using size info retrieved from the driver. The driver sets up a column of blob type to SQL_BINARY type which is assigned zero size.

About

Christian Werner's Sqlite ODBC Driver in a MSVC2008 project. With patches.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published