Progress
JDBC Driver Guide


JDBC Overview

JDBC allows applications to connect to any database using the same set of Java interfaces. Those interfaces allow applications to embed standard Structured Query Language (SQL) statements that update and retrieve data in the database.

Because the Java interfaces and SQL syntax are independent of any particular database implementation, JDBC makes feasible applications that can connect to different database environments without any modification.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095