Menu

Connection to FIREBIRD

Anonymous
2017-07-31
2017-07-31
  • Anonymous

    Anonymous - 2017-07-31

    Hi

    I'am tryin to connect to Firebird database.
    I have SQLeo 2017.03.rc1 + jaybird-full-3.0.1 driver.
    What is the correct string to conection?
    I trying some like bellow:

    jdbc:firebirdsql://192.168.1.10[:3050]/<C:\\My database\\Files\\DB.FB="">

    and have an error message.

     
  • PAscal

    PAscal - 2017-07-31

    this works for me with:

    jdbc:firebirdsql://localhost:3050/C:\Program Files\Firebird\Firebird_2_5\examples\empbuild\employee.fdb

    be carrefull to use the driver corresponding to your java version.

     

Anonymous
Anonymous

Add attachments
Cancel