Contents Index Connection information Deploying Open Client applications

ASA Programming Guide
  Deploying Databases and Applications
    Deploying client applications

Deploying JDBC clients


In addition to a Java Runtime Environment, each JDBC client requires jConnect or the iAnywhere JDBC driver.

For jConnect documentation, see http://sybooks.sybase.com/jc.html.

To deploy the iAnywhere JDBC driver, you must deploy the following files:

Your Java application needs a URL in order to connect to the database. This URL specifies the driver, the machine to use, and the port on which the database server is listening.

For more information on URLs, see Supplying a URL for the server.


Contents Index Connection information Deploying Open Client applications