aspose file tools
The moose likes JDBC and the fly likes Connection Pooling with jconnect 5.2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Connection Pooling with jconnect 5.2" Watch "Connection Pooling with jconnect 5.2" New topic
Author

Connection Pooling with jconnect 5.2

Vedprakash Pathak
Greenhorn

Joined: Mar 06, 2001
Posts: 24
Hi,
Could anyone pls explain me the steps need to achieve connection pooling using jconnect5.2 and Sybase.
Thanks in Advance
Thomas Paul
mister krabs
Ranch Hand

Joined: May 05, 2000
Posts: 13974
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.


Associate Instructor - Hofstra University
Amazon Top 750 reviewer - Blog - Unresolved References - Book Review Blog
Vedprakash Pathak
Greenhorn

Joined: Mar 06, 2001
Posts: 24
Could you please point me towards any article in this context.

Regards
Thomas Paul
mister krabs
Ranch Hand

Joined: May 05, 2000
Posts: 13974
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
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.

TIA
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Connection Pooling with jconnect 5.2
 
Similar Threads
Questions on EJB
Connection Pooling
Driver Loading
servlet destroy method and session
pooling in tomcat 6.x