open SQLite database without ODBC

FuzMic

DataBase Tinker
Local time
Today, 23:38
Joined
Sep 13, 2006
Messages
744
Hi help
With ODBC we can link to any table in an SQLite database.
How to do table link without ODBC eg with Open table
 
Fuzmic,

How about an overview of your project that shows how the pieces fit together?
 
Instead of using SQL server my BE is in a SQLite, the FE is msaccess. I want link these tables so they become queries data for forms or reports
 
Thanks Pat.
Being very new with SQLite my aim in this thread is I am hoping some forerunner can help & show me the way to link from my msaccess FE to BE SQLite tables WITHOUT using ODBC. The reason is something to do with the registry .INI for each database using ODBC.
 
I've never tried linking Access to SQLite so can't provide specifics.
How about using DSN less connection strings?
See whether you can adapt anything from these Web pages

 
Isla Thanks the connection string to start tinkering.
 
Good luck. Let us know how you get on.
Please post the correct connection string if you succeed
 
FuzMic,

There is a thread here by a person working with SQLite and Access- you may get some more focused advice/comments if you contact or participate/ask questions.
 

Users who are viewing this thread

Back
Top Bottom