DB2ConnectionStringBuilder.Db2DumpSQLCodesInterval property
Specifies the time period in seconds during which the log information for the SQLCODE is not captured.
- Namespace:
IBM.Data.DB2- Assembly:
IBM.Data.DB2(inIBM.Data.DB2.dll)
Syntax
[Visual Basic]
Public Property Db2DumpSQLCodesInterval As string
[C#]
public int Db2DumpSQLCodesInterval {get; set;}
[C++]
public: __property string* Db2DumpSQLCodesInterval();
public: __property void Db2DumpSQLCodesInterval(string*);
[JScript]
public function get Db2DumpSQLCodesInterval() :
string;public function set Db2DumpSQLCodesInterval(string);
Property Value
An integer, greater than or equal to 0 and less than or equal to 32767.
Remarks
db2dumpSQLCodesInterval can be set to positive integer values in seconds. Fractional times will be ignored. It will specify the number of seconds to wait after the occurrence of the first SQLCODE to begin logging information again. The SQLCODE will be the value set in the db2dumpSQLCodes keyword. The value set in db2dumpSQLCodesInterval is applicable only if there is a valid value in the db2dumpdataSQLCodes keyword. If a negative value is specified, the default value 0 will be used & this will result in the earlier behavior of logging the duplicate information. In the db2dsdriver.cfg configuration file, the db2dumpSQLCodesInterval keyword must be placed under the global parameters section.