Cannot connect to Classic using database file path?
Windows answer:
The reason is that Classic on Windows always works through TCP/IP stack, and you must specify the hostname or IP address in the connection string, even if it's localhost. So, use:
localhost:C:\path\to\database.fdb
instead of:
C:\path\to\database.fdb
Linux answer:
You probably don't have the permissions for read/write access to database file. You need the write permission as database changes with each transaction you start (and you can't do anything without transaction anyway).
Do you find this FAQ incorrect or incomplete? Please e-mail us what
needs to be changed. To ensure quality, each change is checked by our editors (and often tested on live Firebird
databases), before it enters the main FAQ database. If you desire so, the
changes will be credited to your name. To learn more, visit our add content page.
All contents are copyright © 2007-2024 FirebirdFAQ.org unless otherwise stated in the text.