Stefan Kientzler - 2023-04-21 18:47:11 - In reply to message 1 from Ivan Iudice
Hi Ivan,
the directory and name of the SQLLite database can be specified with the first two parameters in the construktor of the Dataprovider. So just change each call of
new PNDataProviderSQLite(null, null, null, createLogger());
to
new PNDataProviderSQLite('<directory>', <filename>, null, createLogger());