Contents Index ChangeDatabase method ConnectionString property

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaConnection class

Close method


Description 

Closes a database connection.

Syntax 

void Close( )

Implements 

IDbConnection.Close

Usage 

The Close method rolls back any pending transactions. It then releases the connection to the connection pool, or closes the connection if connection pooling is disabled. If Close is called while handling a StateChange event, no additional StateChange events are fired. An application can call Close more than one time.


Contents Index ChangeDatabase method ConnectionString property