Subject | Re: Security per database - migrating from FB 2.5 |
---|---|
Author | |
Post date | 2017-09-03T19:03:33Z |
Marcin,
you have to make embedded connection to the zt1 and create at least one user there
(probably you need sysdba, probably no):
isql zt1
create user sysdba password 'pwd';
Regards,
Vlad
you have to make embedded connection to the zt1 and create at least one user there
(probably you need sysdba, probably no):
isql zt1
create user sysdba password 'pwd';
Regards,
Vlad