Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why cannot run the same SQLite on Linux at the same time #428

Closed
scutlemon opened this issue Apr 17, 2022 · 1 comment
Closed

why cannot run the same SQLite on Linux at the same time #428

scutlemon opened this issue Apr 17, 2022 · 1 comment

Comments

@scutlemon
Copy link

I use Delphi program to open SQLite database with TSQLRestServerDB. Lockingmode: = lmnormal. The compiler runs on Linux. When the second program is opened, an error is reported: esqlite3exception {"errorcode": 26, "sqlite3errorcode": "secnotadb", "message": "error sqlite_notadb (26) [dbopen] using 3.34.1 with ADB = nil"}.

But it is possible to run on windows.

What is the matter? How should it be solved?

@synopse
Copy link
Owner

synopse commented May 9, 2022

Discussed on the forum.

@synopse synopse closed this as completed May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants