The database files that need to be archived in order to recover the
            database from catastrophic failure. Database files that have not been
            accessed during the lifetime of the current log files
             will not be included in this list. It is also possible that some
            of the files referred to by the log have since been deleted from the
            system. 
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0
 Syntax
Syntax
| C# | 
|---|
| public List<string> ArchivableDatabaseFiles( bool AbsolutePaths ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function ArchivableDatabaseFiles ( _ AbsolutePaths As Boolean _ ) As List(Of String) | 
| Visual C++ | 
|---|
| public: List<String^>^ ArchivableDatabaseFiles( bool AbsolutePaths ) | 
Parameters
- AbsolutePaths
- Type: System..::.Boolean
 If true, all pathnames are returned as absolute pathnames, instead of relative to the database home directory.
Return Value
The database files that need to be archived in order to recover the database from catastrophic failure. Remarks
Remarks
When Replication Manager is in use, log archiving will be performed in a replication group-aware manner such that the log file status of other sites in the group will be considered to determine if a log file could be in use.
See the db_archive utility for more information on database archival procedures.





