RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalog.RestoreREGDB Method

Restores the COM+ class registration database (RegDB) from a specified file.

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

Call RestoreREGDB to restore the COM+ class registration database (RegDB) from a file that was previously created by the BackupREGDB method This requires a system reboot in order to take effect. 

bstrBackupFilePath is the file previously created by the BackupREGDB method. 

 

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