Progress
JDBC Driver Guide
Running the Sample Program ProgressTest.class
The Progress SQL-92 .class files include a test Java application, ProgressTest.class, that exercises the JDBC interfaces implemented by the JDBC Driver. The application connects to the specified database (or creates a default connection hard-coded in the application) and presents a limited interactive SQL interface.
ProgressTest.class is part of the package com.progress.sql.jdbc . The source file is
ProgressTest.java
. See "Sample Program Source Code," for a listing ofProgressTest.java
.To run the sample program, qualify the class name with the package name as the argument to the Java interpreter.
EXAMPLEFor example, on Windows, the following command line supplies a connection URL to run ProgressTest on a host named ktwo, port-number 2000, connected to the database mydb. In this example no User ID or password is required:
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |