Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

SQLite connection refresh not working

I have an SQLite DB on my localhost installed. There is no authentication on it without any privacy level. I have the correct x64 ODBC SQlite3 driver installed under System DSN: Data Source Name: L...
  • lbendlin's avatar
    lbendlin
    2 years ago

    Unlike other databases SQLite is entirely stored in a single file on disk.  You need to make sure that the user account running the gateway (by default PBIEGWService) has read access to that file. Otherwise your ODBC connection won't be able to read the data.