• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

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: 67750
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: 41967
911
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: 41967
911
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!
 
snakes are really good at eating slugs. And you wouldn't think it, but so are tiny ads:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic