Subject | Password Protection |
---|---|
Author | Jean |
Post date | 2011-12-22T20:07:36Z |
I want to know if it is possible to add password protection to the embedded firebird.
Password=masterkey
means no password
I try the following
Password=password123
the database file is still not protected. I was able to view it with maestro
I want to know if it is possible to add a password and how to
here is my string
string connectionString = "ServerType=1;User=SYSDBA;Password=myPassword66;Dialect=3;Database=d:\\testDB.FDB";
Password=masterkey
means no password
I try the following
Password=password123
the database file is still not protected. I was able to view it with maestro
I want to know if it is possible to add a password and how to
here is my string
string connectionString = "ServerType=1;User=SYSDBA;Password=myPassword66;Dialect=3;Database=d:\\testDB.FDB";