IDAConnectionPool
Overview
The IDAConnectionPool interface contains a method to release a connection.
Location
- Unit: uDAServerInterfaces.pas
- Ancestry: IDAConnectionPool
Required Methods
ReleaseConnection
Releases the specified connection and also performs the following actions:
- Closes the current transaction according to the TDAConnectionManager value.
- Fires the TDAConnectionManager event.
procedure ReleaseConnection(const Conn: IDAConnection)
Parameters:
- Conn: Specified connection