- INFORMIX
- URL
- jdbc:informix-sqli://#HOST$:#PORT$/#DB$:INFORMIXSERVER=#SERVER_NAME$
- Datasource ClassNames
- com.informix.jdbcx.IfxDataSource
- com.informix.jdbcx.IfxXADataSource
- Driver ClassName
- Properties
- serverName - Specify the Informix database server name. (INFORMIXSERVER=)
- portNumber - Specify the port number of the database server.
- databaseName - Set as appropriate. This is optional.
- IfxIFXHost - Specify the host name or IP address of the database server.
- user - Set as appropriate.
- password - Set as appropriate.
- DataDirect INFORMIX
- URL
- jdbc:datadirect:informix://servername:port;InformixServer=server_name;DatabaseName=db_name
- Datasource ClassNames
- Driver ClassName
- com.ddtek.jdbc.informix.InformixDriver
- Properties
- serverName - Specify the host name or IP address of the database server.
- portNumber - Specify the port number of the database server.
- databaseName - Set as appropriate. This is optional.
- InformixServer - Specify the 'InformixServer=' value from url
- user - Set as appropriate.
- password - Set as appropriate.
- See here
Testing Databases
- jdbc:mysql://jbrave-pc1.sfbay.sun.com:3306/travel (travel/travel)