I've done it with DB2 7.1. Here's how my default.properties file looks
like:


# JDBC Driver Examples:
# Oracle thin driver:  oracle.jdbc.driver.OracleDriver
# Merant driver:       intersolv.jdbc.sequelink.SequeLinkDriver
# Cloudscape driver:   COM.cloudscape.core.RmiJdbcDriver
#
#jdbc.drivers=COM.cloudscape.core.RmiJdbcDriver
jdbc.drivers=COM.ibm.db2.jdbc.app.DB2Driver

# JDBC URL Examples:
# Oracle thin driver:
#      jdbc:oracle:thin:@<host>:<port>:<sid>
# Cloudscape RMI driver:
#      jdbc:cloudscape:rmi:<database>;create=true
# Merant driver:
#      jdbc:sequelink://<host>:<port>/[SQLServer];Database=<database>
#
#jdbc.datasources=jdbc/Cloudscape|jdbc:cloudscape:rmi:CloudscapeDB;create=true
jdbc.datasources=jdbc/DB2|jdbc:db2:<database>
...
...

Carlos Otero Barros wrote:
>
> Does anybody knows how to configure and bind other databases than Cloudscape
> with Sun Reference Implementation?
>
> Thanks
>
> ===========================================================================
> 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".

Reply via email to