JDBC Page
- Connection Establishes a connection to a database server.
- Statement Provides a facility to add an SQLStatement to a database connection as well as test the results of an SQL statement, peruse the database and associate parts of the SQL query with data from previous Modules. A Connection Module must precede an SQL Statement Module for it to be useful.
- Table Converts an SQLStatement into a simple array-array that is much easier to use than a JDBC ResultSet object. A Result Table Module must be preceded by an SQL Statement Module for it to be useful.
| Data Representations, Inc. http://www.datarepresentations.com support@datarepresentations.com sales@datarepresentations.com |