README FILE FOR CONNECTDB ================================================= What is it ---------- connectdb.jar is an all inclusive jar file to connect to an Oracle or MySQL database using jdbc. Contains ConnecDB a reusable class simplifying the jdbc connection to a single line of code. Main.java is an example program showing how to use ConnectDB class. It also has the working jdbc drivers for MySQL and Oracle ( circa Fall 2000 ) You can modify the code to make it work with any jdbc drivers. How to use it ------------- 1. Open Main.java in an editor and edit the database connection parameters ( IP/port/sid/user/pass ) 2. javac Main.java 3. java Main Contents of the connectdb.jar file ---------------------------------- README - this file ConnectDB.java - source for the jdbc connection class ConnectDB.class - the jdbc connection class Main.java - source showing how to use ConnectDB org - MySQL jdbc driver classes oracle - Oracle thin jdbc driver classes doc - java doc for ConnectDB Licensing --------- All ConnectDB code is free as in beer and speech ( GPL ) ================================================= kishan@hackorama.com www.hackorama.com 2000