JDataConnect Examples Readme ---------------------------- This directory contains some simple examples to get you started using JDataConnect. Further information is provided online at www.j-netdirect.com. Note that you must configure a data source DSN and run JDataServer before executing these examples. Java Application ---------------- ExampleApplication.java is a simple JDBC program that can be edited to display all the columns from a table in your database. CompileRunApplication.bat is a simple batch file that compiles and executes your example application. Java Applet ----------- ExampleApplet.class and ExampleApplet.htm show a simple applet using JDataConnect with the JDataLite driver. CompileExampleApplet.bat will compile the applet and DeployExampleApplet.bat will deploy the applet and JDataLiteAr.jar to your web server's root directory. Modify these files as appropriate for your installation. JDataLiteAr.JAR is an archive (JAR) of the ExampleApplet class and the JDataLite package classes Also included is source code for various applets than are demonstrated at our web site www.j-netdirect.com. EG Catalogue.java, Patients.java, Chat.java. These applets demonstrate various JDBC techniques using JDataConnect.