On 8/12/2015 4:27 AM, faizel williams wrote:
> I would like to create a link table in MS Access to a SQLite database. (Not
> using ODBC driver)

This can't possibly work. Access doesn't have any built-in knowledge of 
SQLite - by what magic do you expect it to acquire the ability to 
understand SQLite database file format, or to know how to use SQLite API?

This is precisely the problem that ODBC was designed to solve. By making 
"no ODBC driver" a requirement, you are painting yourself into a corner.--
Igor Tandetnik

Reply via email to