Sybase Database Configuration

Step 1 Step 2 Step 3 Step 4 Step 5
Substep 1
Substep 2
Substep 3


Step 4: Create a DataSource Object

Substep 1: Create a JDBC Driver

  1. In the IBM WebSphere Application Server Administrative Console, select the Types view.
  2. Right-click JDBCDrivers.
  3. From the pop-up menu, select Create.
  4. Use these values in the subsequent dialog:
    • Name: Enter an arbitrary name for the driver, such as SybaseSampleDriver
    • Implementation class: Select com.sybase.jdbc2.jdbc.SybDriver

    • Note: This assumes that you are using jConnect 5.2 drivers.
    • URL prefix: Type jdbc:sybase:Tds:<hostname>:<portnumber>
      Be sure to enter the actual hostname for the <hostname> field.
      The port number "4100" is the default port number used by Sybase but it can be altered during the installation process. Use the default port number or the port number that was specified during the Sybase install.
    • JTA Enabled: Select false.
  5. Click OK.
  6. Go to Substep 2