The Connection Object
Prev
Part III. API Reference
Next
The Connection Object
Table of Contents
Connection
- open a database connection
close
- close a database connection
Connection.execute
- execute an SQL update query
Connection.getmetacolumn
- get the names of columns in meta data recordsets
Connection.isselect
- determine if an SQL statement is a select or an update
Connection.openrs
- execute an SQL select statement and return the recordset
Connection.opentablesrs
- get a list of database tables