Skip to content

Commit

Permalink
More fixes to Firebird 3 user/password/architecture hell.
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes committed Jun 2, 2016
1 parent 831e99a commit fc9f21a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ final class DbClassLoader extends URLClassLoader
codeSource = new CodeSource(contextUrl, (Certificate[]) null);

Properties properties = new Properties();
properties.setProperty("user", "SYSDBA");
properties.setProperty("isc_dpb_no_db_triggers", "1");

connection = (FBConnection) DriverManager.getConnection(
Expand Down

0 comments on commit fc9f21a

Please sign in to comment.