Aqualogic Interaction API  
 

IPTUpgradeManager.SetSQLLoggingFile Method 

Sets the log file into which SQL statements will be recorded. If set, the resulting file can be used as SQL script which replicates the actions of the upgrade procedure.

void SetSQLLoggingFile(
   string bstrSQLLoggingFilePath
);

Parameters

bstrSQLLoggingFilePath
the full path to the SQL logging file

See Also

IPTUpgradeManager Interface | com.plumtree.server Namespace