Customer Portal

Database Connection With Firebird, Error Extracting Metadata

Comments 2

  • Avatar
    admin
    0
    Comment actions Permalink
    Hi jed_urETLguy,

    it looks like escaping issue. Please try something like: jdbc:firebirdsql:localhost/3050/C\:\\Program Files\\Fishbowl\\database\\data\\EXAMPLE.FDB
  • Avatar
    jed_uretlguy
    0
    Comment actions Permalink
    kubosj,

    I really appreciate your reply to my post, however it didn't work still. But I do figured out how should that supposed to look like:

    Instead of: jdbc:firebirdsql:localhost/3050/C:\Program Files\Firebird\Firebird_2_1\examples\empbuild\EMPLOYEE.FDB

    The correct url should be: jdbc:firebirdsql:localhost/3050:C:\Program Files\Firebird\Firebird_2_1\examples\empbuild\EMPLOYEE.FDB

    So, to make it work, replace "/" between 3050 and C with ":", and that's fully functioning now.

    Thanks,

Please sign in to leave a comment.