Subject | Re: [Firebird-Java] What do I need to run FB with Java? |
---|---|
Author | David Jencks |
Post date | 2002-03-06T04:30:35Z |
On 2002.03.05 17:52:13 -0500 Chris Wiegand wrote:
which can be a pain to get going: you need both pieces. There's a windows
install package somewhere on the firebird site, I think on the download
page. If you want to live slightly more dangerously we have written an
all-java jca-jdbc driver with perhaps somewhat less jdbc support but more
suited for running in an app server (that supports jca, such as jboss). It
also has connection pooling built in for standalone use. At the moment you
have to compile it yourself. Check out the client-java module and build
with the ant build script (on windows use build.bat, in src/build). There
are some examples of how to set it up in the tests.
david jencks
> I'm writing a Java app, and I want to use FireBird in my app. However, IYou can use interclient, which requires a c++ component called interserver
> can't quite figure out what I do and do not need to use it. I've got
> FireBird server installed on my (windows) machine. I've got Java, and
> netbeans (IDE). I downloaded a driver jar for "interbase"
> (interbase.interclient.*), and it connects kinda... Is this the driver I
> should be using? I thought interbase was the closed source version of the
> server...
>
>
which can be a pain to get going: you need both pieces. There's a windows
install package somewhere on the firebird site, I think on the download
page. If you want to live slightly more dangerously we have written an
all-java jca-jdbc driver with perhaps somewhat less jdbc support but more
suited for running in an app server (that supports jca, such as jboss). It
also has connection pooling built in for standalone use. At the moment you
have to compile it yourself. Check out the client-java module and build
with the ant build script (on windows use build.bat, in src/build). There
are some examples of how to set it up in the tests.
david jencks