RE: Java Help

2003-08-14 Thread Mark Galbreath
I don't know why you would use Java to connect to a db using ODBC; you would have to use a Type I driver and they are notoriously inefficient, thanks to M$uck's proprietary intransigence. Regardless, buy a copy of White, et al, "JDBC API Tutorial and Reference, 2d ed." (Addison Wesley 1999). Mark

RE: Java Help

2003-08-14 Thread Adam Levine
EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: Java Help Date: Thu, 7 Aug 2003 08:14:04 -0400 I don't know why you would use Java to connect to a db using ODBC; you would have to use a Type I driver and they are notoriously i

RE: Java Help

2003-08-14 Thread NYIMI Jose (BMB)
"Knowledge is of two kinds. We know a subject ourselves, or we know where we can find information on it." Samuel Johnson (1709 - 1784) Learn from http://java.sun.com or http://www.google.com José. -Original Message- From: Zille Hassan [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07,

RE: Java Help

2003-08-07 Thread ansuman_behera
Zille, following would be the rough steps that you'd have to do for accessing from a normal java class... 1. set the "jdbc.drivers" property of the system to the full path name of the driver 2. Call the getConnection method of the DriverManager class by passing the URL of the database however i