validateDatabase method

Validates the database on this connection.

Syntax
void validateDatabase( UInt16 type, String tablename)
Parameters
  • type   Type of validation to perform. See Properties.

  • tablename   A specific table name to validate; if null, validate entire database.

Remarks

This method can be used to validate a specific table or the entire database.