| Author |
Jar file for JDBC...
|
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
From where i can download jar file for JDBC Connectivity ??? and what is the exact name of that jar file ???
|
Jigar Naik
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56528
|
|
JDBC is built in to J2SE. No download necessary. What you probably will need to download are the drivers for your database. [ January 20, 2007: Message edited by: Bear Bibeault ]
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
|
oh...and from where i will find that driver ???
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26489
|
|
|
What database are you using?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56528
|
|
Originally posted by Jigar Naik: oh...and from where i will find that driver ???
I will consult via seance with my dead Uncle Henry to see if he knows what database you are using.
|
 |
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
|
I'm using MySQL.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56528
|
|
|
Have you tried typing "MySQL JDBC driver" into google? Please look up initiative and then read this.
|
 |
Mr. C Lamont Gilbert
Ranch Hand
Joined: Oct 05, 2001
Posts: 1170
|
|
|
Most database drivers for JDBC, ODBC, etc. are provided by the database creators themselves.
|
 |
Steve Knott
Greenhorn
Joined: Apr 26, 2004
Posts: 2
|
|
|
Try mysql-connector-java-5.0.4.tar.gz
|
 |
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
ok ... thanks all... problem got solved...
|
 |
 |
|
|
subject: Jar file for JDBC...
|
|
|