Re: [firebird-support] problemtic User management on firebird 3

2020-03-15 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
The problem is that the order of clauses in your create database statement is wrong. The USER and PASSWORD clauses must follow *immediately* after the `CREATE `. See also [1]. I'm unsure why this doesn't produce a different error though. As a secondary problem, in a create database clause, th

[firebird-support] problemtic User management on firebird 3

2020-03-14 Thread Yannis Kozikopoulos jk...@freemail.gr [firebird-support]
this is a new installation no existing databases no legacy code to support. After installing the 64bit server on windows 7 machine file name Firebird-3.0.5.33220_0_x64.exe then do the following c:> "c:\Program Files\Firebird\3_0\isql.exe" Use CONNECT or CREATE DATABASE to specify a database SQL>