Re: not connected to any database...unable to register 1 QSO
Posted: 28 Apr 2014, 08:47
Good 
Reason was the user has an "=" in his folder name.
Like c:\users\=user=\roaming\......
the connection string for SQLite use "=" in the syntax. The "=" in folder name causes incorrect parsing of parameters in the connection string, preventing the correct database opening.
I'm checking for a solution on software side too.
Thanks for reporting

Reason was the user has an "=" in his folder name.
Like c:\users\=user=\roaming\......
the connection string for SQLite use "=" in the syntax. The "=" in folder name causes incorrect parsing of parameters in the connection string, preventing the correct database opening.
I'm checking for a solution on software side too.
Thanks for reporting
