DatabaseURL

Name of the database server to which the connector should connect.

If you use the WebSphere Business Integration system branded SQLServer driver, the recommended URL is:

jdbc:ibm-crossworlds:sqlserver://MachineName:PortNumber;DatabaseName=DBname
Important

If AutoCommit is set to false, you must set an additional parameter, SelectMethod: jdbc:ibm-crossworlds:sqlserver://MachineName:PortNumber;DatabaseName=DBname; SelectMethod=cursor

By default, SelectMethod is set to direct. For more information, see "AutoCommit".

You must provide a value for this property in order for the connector to connect to the database successfully.

Default value: None

Possible values: The values are dependent on the JDBC driver being used and the database to which the connector is connected.

Required: Yes

Copyright IBM Corp. 1997, 2004