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

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere C++ API reference » QAManagerFactory class

 

createQAManager function

Syntax
QAManager * QAManagerFactory::createQAManager(
  qa_const_string iniFile
)
Parameters
  • iniFile   The path of the properties file.

Remarks

Returns a new QAManager instance with the specified properties.

If the properties file parameter is null, the QAManager is created using default properties. You can use the QAManagersetProperty() method to set QAnywhere Manager properties programmatically after you create the QAManager.

For a list of QAnywhere Manager configuration properties, see QAnywhere manager configuration properties.

See Also

QAManager class

Returns

The QAManager instance.