• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

regarding connection pooling and jdbc driver

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,,
can u pls give me the good links explaining how connection pooling
will be done ?

and what are the different types of driver availiable for jdbc
connectivity for following databases and source from where we get ?

Database availble drivers source to get them
-------- ---------------- -------------------
Access ?? ??
Oracle 9i ?? ??
Ms-Sql 2000 ?? ??


please reply ...as I am doing prepation for interview..
your reply will be v.helpful..
i searched the net but lots of un-organized info is comming..so please
help me..directly..

thanx in advance..

--
[ August 09, 2005: Message edited by: Gols Tan ]
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are preparing for an interview that requires JDBC knowledge, cramming at the last minute is unlikely to help you out much. I'd recommend finding a JDBC tutorial to at least get basic concepts under your belt.
 
Gols Tan
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Bear Bibeault:
If you are preparing for an interview that requires JDBC knowledge, cramming at the last minute is unlikely to help you out much. I'd recommend finding a JDBC tutorial to at least get basic concepts under your belt.



i have 1 full day for interview...so pls help me... i have jdbc book and already done exercise regarding connection and was successfull. now pls don't comment and help directly if u can sir..
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gols,
Welcome to JavaRanch!

The JDBC Basic Tutorial and JDBC 2.0 features are pretty organized sources of information.

As for connection pooling and driver types, search this forum.
 
Jeanne Boyarsky
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In fact there's one in discussion right now on driver types!
 
reply
    Bookmark Topic Watch Topic
  • New Topic