Hi,
I am trying to obtain javax.sql.DataSource for SQL Server 2000, using WSAD 5.0 tool.
I try to run this code:
>>
Hashtable parms = new Hashtable();
parms.put(Context.INITIAL_CONTEXT_FACTORY, ("com.ibm.websphere.naming.WsnInitialContextFactory"));
Context ctx = new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.