Forum Discussion
Levien
9 years agoAdvocate I
connecting a SQLite database
Hi, I'm trying to connect to a (local) .db file, created in SQLite3. Anyone any idea how this could work out? Thanks & regards, Levien
- 9 years ago
Hi,
You need to install a SQLite ODBC driver (look here: http://www.ch-werner.de/sqliteodbc) on your local machine. Then "Get Data" - "ODBC" and enter "database=C:\mysqlite.db" as connection string. This works at least for the PowerBI Desktop.
/Peter
pkoetzing
9 years agoAdvocate III
Hi,
You need to install a SQLite ODBC driver (look here: http://www.ch-werner.de/sqliteodbc) on your local machine. Then "Get Data" - "ODBC" and enter "database=C:\mysqlite.db" as connection string. This works at least for the PowerBI Desktop.
/Peter
JSN
4 years agoFrequent Visitor
Hi, thx for your hint!
How can I use this to be loaded from a folder source? To be more precise how I can I combine the DB files then using this ODBC driver?