Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



ADO Connection Object Methods


Method
Description
Close
Closes an open Connection object and any dependent objects.
Execute
Executes the specified query, SQL statement, stored procedure, or provider-specified text.
Open
Opens a connection to a data source.
OpenSchema
Obtains database schema information from the provider. This method is not currently supported on UNIX.
BeginTrans, CommitTrans, and RollbackTrans
Cancels any changes made during the current transaction and ends the transaction. It may also start a new transaction.

In this section:

ADO Connection Object Close Method

ADO Connection Object Execute Method

ADO Connection Object OpenSchema Method

ADO Connection Object Open Method

ADO Connection Object BeginTrans, CommitTrans, and RollbackTrans Methods



ContentsPreviousNextIndex