SQLServer 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 SQLServerSampleDriver
    • Implementation class: Select com.merant.sequelink.jdbc.SequeLinkDriver
      Note: This assumes that you are using Merant's SequeLink 5.0 drivers.
  5. URL prefix: Type jdbc:sequelink
  6. JTA Enabled: Select false.
  7. Click OK.
  8. Go to Substep 2