Hi Henry,
you should look in the description of the interclient-jdbc-driver for detailed
information,
how
to access the driver from java-classes. I assume, that the following will work:
##JDBC-DRIVER: ( please correct it: either COM.... or ORG... you can see that, if you
check
the
## jdbc-driver; if it is a jar-file, then: "jar -tvf XXX.jar"
##
jdbc.drivers=COM./ORG.interbase.interclient.Driver
##
## in the next line, i've included jdbc:Interbase://...
jdbc.datasources=jdbc/interbase|jdbc:Interbase://localhost:3060/d:/databases/EJBData.gdb;create=true
##
You should also check, if it is neccessary to perform the exact path & the exact file
name of
the DB
on the machine. MySQL has the following syntax:
jdbc.datasources=jdbc/Mysql|jdbc:mysql://IP:3306/DBNAME
hope this helps
regards
Nail
Henry Voyer wrote:
> hi fellow programmers.
>
> Im trying to use interbase 6 with sun application server. the server that comes with
>J2EE.
> How can i replace the Cloudscape database to this one?
>
> i have the interbase server up, with the interclient running well.
> Except i dont know how to configure the application server to recognize
> this interprise database. I need it for container managed beans.
> I tried to put the following lines in the default.properties
>
> jdbc.drivers=interbase.interclient.Driver
> jdbc.datasources=jdbc/interbase|//localhost:3060/d:/databases/EJBData.gdb;create=true
>
> But it doesnt work..
> Were can i learn do to this or how can i do it.
> Merci beaucoup Thanks a lot
> henry
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff EJB-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".