A list of products available on this site
Documentation for XtraMania's xtras
Prices and links to the online store
Xtras, PDFs, samples
Have a question? Ask us!
Contacts
Logo. www.xtramaina.com  
Home Search E-mail
ADOxtra Reference/Connection object

ADOxtra for Macromedia Director

Properties and methods provided by ADOxtra wrapper object for ADODB.Connection

A Connection object represents a unique session with a data source.

Configure the connection before opening it with the ConnectionString, ConnectionTimeout, and Mode properties.

Set the CursorLocation property to client to invoke the Cursor Service for OLE DB, which supports batch updates.

Set the default database for the connection with the DefaultDatabase property.

Set the level of isolation for the transactions opened on the connection with the IsolationLevel property.

Specify an OLE DB provider with the Provider property.

Check provider settings with Properties collection.

Establish, and later break, the physical connection to the data source with the Open and Close methods.

Execute a command on the connection with the Execute method.

Cancel asynchronous operation with Cancel method.

Manage transactions on the open connection, including nested transactions if the provider supports them, with the BeginTrans, CommitTrans, and RollbackTrans methods and the Attributes property.

Check the current connection state with the State property.

Examine errors returned from the data source with the Errors collection.

Read the version from the ADO implementation used with the Version property.

Obtain schema information about your database with the OpenSchema method.

Site homeSearchContact author © Eugene Shoustrov. www.xtramania.com