They are pretty much the same steps you follow for all JDBC connections. JDBC is standard. The only difference is the class name that you use and the url you specify.
Could you please point me towards any article in this context.
Regards
Thomas Paul
mister krabs
Ranch Hand
Joined: May 05, 2000
Posts: 13974
posted
0
The java tutorial at http://java.sun.com has a section on using JDBC. For specific information on using jConnect, see sybase's web site.
Vedprakash Pathak
Greenhorn
Joined: Mar 06, 2001
Posts: 24
posted
0
Is there a way for me to use jConnect5.2 for connection pooling without using LDAP as my service provider. I am using Tomcat 3.2 and Apache. I am wondering if I can save the database properies in normal text file and use that. Can somebody tell me a way so that I dont have to use LDAP.