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

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

 

createQATransactionalManager function

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

Remarks

Returns a new QATransactionalManager instance with the specified properties.

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

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

See Also

QATransactionalManager class

Returns

The QATransactionalManager instance.