|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Newby question: Java application with Firebird embedded
Hi!
I recently started working on a project and we will be working with Java and Firebird. I had already made JDBC to work using jBird, and the Firebird Server on Superserver mode running on a Win2k box. My problem is that I need to use the embedded server. It works well when I use it with the IBExpert, but I don’t know how to make it work with my application… I copied the required files to my application foldier, changed the driver load code to use the embedded server, but it can’t find it. I’m not pretty sure that I’m copying every file that I need in the correct place: fbclient.dll and intl folder are on my application root directory. Thanks |
|
#2
|
|||
|
|||
|
mmm....
I had solved the problem. copy fbembed.dll without renaming it to the java application root directory. Also copy firebird.conf, firebird.msg and intl directory. Then, in the database URL write something like this: "jdbc:firebirdsql:embedded:c:\\data\\testdb.fdb" It should work... |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Newby question: Java application with Firebird embedded |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|