Hello All,
I am having a problem, configuring my JSQLConnect( a type 4 driver for SQL Server 2000) and WSAD(Websphere Application Developer). In this new
IDE you can switch JVM's. So I downloaded the driver JSQLConnect2_27 and configured my datasource. However when I run a small app to establish a connection to my SQL Server 2000 it gives me the following error
SO I thought that maybe I ought to get the latest driver which is JSQLConnect3_27, which adheres to the latest spec. When I run that it tells me that java/sql/SavePoint is not present. Which leads me to believe that IBM's JDK which in in WSAD is not upto the standards. So I download the SUN's JDK1.4.0 which when I run it gives me error that the IntialContext does not work, because apparently IBM jdk comes with a specific class called com.ibm.ejs.ns.jndi.CNInitialContextFactory. After searching on the web I found out that the new Sun's JDK also has a similar class called com.sun.jndi.cosnaming.CNCtxFactory, but it does not work with the DataSources. So I am stuck not knowing what to do. Any help will be appreciated.
Thank you all in advance!
-Amish