SQL Package for JDBC

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

SQL Package for JDBC

Casale, Vincent
Hello All:

Where can I download the sql package for JDBC? The NetRexx Redbook says to
go to www.javasoft.com/products/jdbc but I couldn't find anything there. Any
thoughts.

Thanks  

Vincent Casale
Lehman Brothers
S390 Web Engineering Group, Mgr.
201-524-2034
[hidden email]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Re: SQL Package for JDBC

Henry J. Cobb
The JDBC drivers should ship with your database.

Every different type of database will require a different driver and just
about every vendor that isn't M$ provides JDBC drivers with their recent
database products.

-HJC

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Re: SQL Package for JDBC

dIon Gillard/Multitask Consulting/AU
In reply to this post by Casale, Vincent
The JDBC package (java.sql.*) ships with the JDK.

Drivers specific to the database are supplied by the db vendor or third
parties (usually for a fee). For example in DB2, \sqllib\java\db2java.zip
is what you need.....what database are you trying to connect to.

--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Play:        http://www.trongus.com



Hello All:

Where can I download the sql package for JDBC? The NetRexx Redbook says to
go to www.javasoft.com/products/jdbc but I couldn't find anything there.
Any
thoughts.

Thanks

Vincent Casale
Lehman Brothers
S390 Web Engineering Group, Mgr.
201-524-2034
[hidden email]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note
to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>