Tom Storey wrote:
Hi John
Then came my next problem the files that came down end with .jar. I thought this was some kind of compressed file, but I have no idea how to uncompress it. I was to find out that a file with a .jar at the end is the way JAVA store files. All the drivers are inside that file someplace.
To clarify what a .jar file is... It is basically a zip file with a different extension. JAR = Java Archive. You can uncompress that file to see the .class files that make up your JDBC driver.
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
