RE: a problem with JDBC and Web Service

2004-09-21 Thread Peter White
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

Re: a problem with JDBC and Web Service

2004-09-21 Thread Brian H. Ward
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