RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalog.BackupREGDB Method

Backs up the COM+ class registration database to a specified file.

Pascal
procedure BackupREGDB(const bstrBackupFilePath: WideString);
C++
__fastcall BackupREGDB(const BSTR bstrBackupFilePath);

Call BackupREGDB to back up the COM+ class registration database (RegDB). The database can be restored at a later date using the RestoreREGDB method. 

bstrBackupFilePath specifies the fully-qualified name of the file to which RegDB will be backed up. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!