Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference » Connection class

 

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.