Checks to see if a database is valid and returns the status of the specified database.
PLIsValidDatabase( DatabaseName )
DatabaseName (Character String) |
The full path and filename to the relevant database. The file extension is optional. |
An integer value with one of the following values:
0 |
Database is Valid. |
1 |
Database has changed. |
-1 |
Force Database is missing. |
-2 |
Motion Database is missing. |
-999999998 |
Invalid Database (both databases are missing). |
-999999997 |
Invalid Characters in filename. |
-999999991 |
Database Name is Empty |
-999999989 |
Database format is old and may not produce correct results. |