| Author |
Custom JDBC Driver
|
sivasakam kumarsakam
Greenhorn
Joined: Sep 07, 2007
Posts: 21
|
|
|
what are the uses of Custom JDBC Driver?
|
 |
Guido Sautter
Ranch Hand
Joined: Dec 22, 2004
Posts: 142
|
|
|
The primary job of a JDBC driver is to connect to a specific databse server, which has a product specific API. So you need a specific JDBC driver for every database server, eg one for Oracle, one for Microsoft SQL, one for MySQL, etc. So what do you mean by "custom"?
|
 |
 |
|
|
subject: Custom JDBC Driver
|
|
|