setDebugLevel()

Purpose

(Custom) Sets the debug level for the current adapter instance.

Parameters

 

Parameter

Type

Description

DebugLevel

integer

Sets the debug level to 0 (off), 1, 2, or 3.

0— No debug information displayed.

1—SQL commands executed against the database shown.

2—Binding data for each SQL command shown.

3—All debug information displayed.

Returns

Returns OK if successful or an error if not successful.