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
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
"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,
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
4 matches
Mail list logo