Re: How do I add the Intersolv Sequelink JDBC drivers ...
Posted By:
kavitha_gudi
Posted On:
Wednesday, June 27, 2001 01:39 PM
To add Sequelink drivers to VisualAge, Create a project in Workspace and import slje.jar file using File->import->jar option. Import drivers to your java program like other java packages(like import java.sql.*) and they work fine without any problem. I have done this so many times.