Hello, I recently installed the sqliteodbc, sqlite3 ODBC v0.9991.00.00, to use with Excel 2010. I created some VBA code to import sqlite data into my worksheet. The issue that I am having is that data is truncated to 255 characters. I am assuming that I have the latest ODBC driver as I have not been able to find anything newer. Has anyone written VBA code that can read records that longer than 255 characters?
Thanks for your help. Preston King