문제

Hi I have a issue with firebird database. I am using dotnet frame work. I had choosen firebird database having embedded database and Lightweight, most important thing is ours is a portable software. I am unable change the default user password and unable to create a new User for the same database. In my program I have to change the default user(sysdba) password and create a new user to the same database.

Please give me the solutions for my program.

thanks And Regards

G V L Subrahmanyam

도움이 되었습니까?

해결책

If you are using Firebird embedded, it does not use a username and password (although most drivers will require you to set a username and password (any will do)).

So you cannot change the username and password if you are using Firebird embedded, because there is no username and password to change.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top