Subject Re: [firebird-support] Falling at second hurdle ...
Author Dimitry Sibiryakov
17.01.2019 20:11, Lester Caine lester@... [firebird-support] wrote:
> So what can I do next to get this to work?

You can read Release Notes for Firebird 3.0, chapter "Compatibility Issues" including
"Embedded Connections" and "Initializing Security Database".
Also reading text of "an add record error" can provide a clue.
Remember, that in embedded mode password is not checked, but user name is still
applied, so you must use "-u SYSDBA" when connecting to a database for creating SYSDBA
user (sounds funny, I know).

--
WBR, SD.