Connection Configuration Help

After modification, go to the login panel (or logout) and click browser's Refresh/Reload button,
the modification will take effect immediately.
No server restarting necessary.
Connection Name Description of the connection, appears on the connection list on the login panel.
Short_Name A short description of the connection, no more than 20 characters. It will appear on the main menu bar, and every Table Work Area.
Database Product Obvious
Driver Class The name of JDBC driver class used for the connection.
Connection URL JDBC connection URL for the connection
Updatable Result True = query results may be updated graphically by double clicking the data in the query result, and rows in the result can be deleted graphically too. Note: this feature also depends on the implementation of the JDBC driver.
Display Font Size Set the default font size for displaying the data in query and listing results.
Session Timeout Set browser session timeout time. When session times out, the database connection will be closed. Value specified here will override the value specified in Sever Configuration
Use Conn. Pool The flag to specify if DB Cruiser uses a connection pool to access the database for this connection.
Conn. Pool Size The maximum number of connections in the connection pool.
Default UserID The default user id for the connection. Any value entered in this field will appear in the User ID field of the DB Cruiser login panel, when this connection is selected from the connection list. This field is OPTIONAL
Default Password The default password for the connection. Any value entered in this field will appear in the Password field of the DB Cruiser login panel, when this connection is selected from the connection list. This field is OPTIONAL
Conntion Type Category 1 - Use Class.forName(driverClass) to load the JDBC driver and use DriverManager.getConnection(String url, String user, String password) to get a connection
Note: Most JDBC drivers support this type of connection getting.

Category 2 - Use Class.forName(driverClass) to load the JDBC driver and use DriverManager.getConnection(String url, Properties info) to get a connection, where:
Properties info = new Properties();
info.put("user", userid);
info.put("password", password);

Category 3 -Use Class.forName(driverClass) to load the JDBC driver and use DriverManager.getConnection(String url) to get a connection

sybase_jconnect_v4 - Use JConnect version 4 for Sybase Adaptive servers

sybase_jconnect_v5 - Use JConnect version 5 for Sybase Adaptive servers

sybase_jconnect_v6 - Use JConnect version 6 for Sybase Adaptive servers

weblogic.jdbc.mssqlserver4.Driver - Use WebLogic jDriver for Microsoft SQL Server

Copyright © MathThinking Technologies, Inc. All Rights Reserved.