m: Brian H. Ward [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 21, 2004 10:44 AM
To: [EMAIL PROTECTED]; Yahoo
Subject: Re: a problem with JDBC and Web Service
If you are in a Tomcat environment, you *can* use server configured datasources. But,
you can also use traditional Java JDBC calls (Cla
If you are in a Tomcat environment, you *can* use server configured
datasources. But, you can also use traditional Java JDBC calls
(Class.forName, DriverManager.getConnection, createStatement(),
executeQuery(), etc.). The basic JDBC tutorial at Sun will work from
inside of Tomcat.
--- bhw
On Tu