|
Step 4: Create a DataSource Object
Substep 1: Create a JDBC Driver
- In the IBM WebSphere Application Server Administrative Console, select the Types view.
- Right-click JDBCDrivers.
- From the pop-up menu, select Create.
- 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.
- URL prefix: Type jdbc:sequelink
- JTA Enabled: Select false.
- Click OK.
- Go to Substep 2
|