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 » DatabaseManager class

 

validateDatabase method

Validate an UltraLite database without being currently connected to the database.

Syntax
void validateDatabase(
String start_parms;
UInt16 type)
Parameters
  • start_parms   Parameters to connect to the database.

  • type   Type of validation to perform. See VALIDATE_EXPRESS and VALIDATE_FULL properties in DatabaseManager class Properties.