DbClose - method of the PmaAdo object
Description:
Disconnection of the
PmaAdo object of the database and release of all stored
AdoRecordset objects.
Example:
Disconnection of the
PmaAdo object ("/TestAdoDb") of the database and release of all stored
AdoRecordset objects.
JavaScriptVBScriptSelect and copy to clipboard
var oDb = pMe.Pm("/TestAdoDb");
oDb.DbClose();
Dim oDb
Set oDb = pMe.Pm("/TestAdoDb")
oDb.DbClose