Home > Back-end >  How to configure the Firebird in JDBC database files relative position?
How to configure the Firebird in JDBC database files relative position?

Time:03-05

The official release of "Firebird 3.0 Developer's Guide", provides an example (below), who know how to convert the data file to the relative position?

JDBC: firebirdsql://localhost/examples

CodePudding user response:

Written in Java connection file:
DriverName="org. Firebirdsql. JDBC. FBDriver";
URLName="JDBC: firebirdsql: embedded: E:/Project/test. The FDB";
User="XXX";
Password="XXXX".

CodePudding user response:

Can put the *. The path into the relative position of FDB file?

CodePudding user response:

Never do this, you can try
  • Related