Links
TADOSqlManagerQuery Component References
TADOSqlManagerQuery::GetBackupFiles Method
__fastcall bool GetBackupFiles(TTntStringList* Files, WideString DevName, bool DiskFile, int BackupSet);

Returns a result set with a list of the database and log files contained in the backup set 

Files: File list 

DevName: Device name 

DiskFile: Device is a disk file 

BackupSet: Backup set number 

After return, Files will contain XML data in the following format:

  • <BackupFiles>
    • <BackupFile>
      • <Name></Name>
      • <Path></Path>
      • <Type></Type>
      • <FileGroup></FileGroup>
      • <Size></Size>
      • <MaxSize></MaxSize>
    • </BackupFile>
  • </BackupFiles>
Copyright (c) 2006. All rights reserved.
What do you think about this topic? Send feedback!