FIREBIRD (firebirdsql) et JAVA
ça fait un bout de temps que je bataille pour trouver comment accéder à une base de données dans mon dossier /home (je suis sous Linux)
j'ai suivi la methode
Code:
1 2 3 4
|
JayBird supports this URL syntax format:
jdbc:firebirdsql:[host[/port]:]<database> |
et voici ma chaine d'accès
Code:
1 2
|
String databaseURL = "jdbc:firebirdsql:localhost/3050:~/bases.fdb"; |
en retour lors de l'execution j'ai cette erreur
Citation:
org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544721. Unable to complete network request to host "localhost".
Reason: Unable to complete network request to host "localhost".
et je n'arruve pas à voir ce qui coince :?:?
merci de regarder si j'ai pas oublié un truc :D