You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With DatabaseAccess = None in firebird.conf, test = c:\database\test.fdb in aliases.conf and missing file c:\database\test.fdb, running in isql:
create database 'test';
throws an error:
Statement failed, SQLCODE = 28000
Access to database "C:\DATABASE\TEST.FDB" is denied by server administrator
-I/O error for file "test"
...... etc.
Head (2.5) is completely OK now. But additionally given fix makes it possible to create database using it's alias on old servers using 2.5 client. But, due to missing other features (only in 2.5 original alias is transfered over network), it may not always work when local protocol is used. Adding localhost: before database name (making it use TCP) can help in such cases.
Submitted by: @AlexPeshkoff
This was reported by Tsutomu Hayashi in fb-devel
With DatabaseAccess = None in firebird.conf, test = c:\database\test.fdb in aliases.conf and missing file c:\database\test.fdb, running in isql:
create database 'test';
throws an error:
Statement failed, SQLCODE = 28000
Access to database "C:\DATABASE\TEST.FDB" is denied by server administrator
-I/O error for file "test"
...... etc.
Commits: 19fa8a3
The text was updated successfully, but these errors were encountered: