Problem: How do I use InterClient? Are there any Examples? Solution: InterClient is a JDBC compliant driver. This means that you can pick up a JDBC tutorial and the code will work for InterClient. There are several JDBC programming books available. Also if you sign up at the Java Developer's Connection (http://java.sun.com/jdc) there is a online tutorial for JDBC. Signup is free for the JDC. InterClient does ship with a programmer's guide. While this guide doesn't provide complete examples it does provide code snippets and an explanation of how to perform various common programming tasks (ie db connection, creating statements, executing queries, ...). The documentation is in html in the docs subdirectory under the root InterClient directory (wherever you installed to).
Last Modified: 26-OCT-00