executeSQL(String) Method
execute the SQL text given in executeText
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
private int executeSQL( string executeText )
Parameters
- executeText
- Type: Stringthe sql code to be executed
Returns
Int32
the number of rows affected by the sql code