RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxConnection.Close Method

Close database connection.

Pascal
procedure Close; override;
C++
virtual __fastcall Close();

Close rolls back any pending transactions and releases the connection to the connection pool or closes the connection if there is no pool. Calling Close more than once does not raise an exception. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!