DbDataProcessor..::..ExecuteSql Method
Executes the SQL.
Namespace:
RingSoft.DbLookup.DataProcessorAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public DataProcessResult ExecuteSql( string sqlStatement, bool clearConnectionPools, bool setWaitCursor, bool showError )
Public Function ExecuteSql ( _ sqlStatement As String, _ clearConnectionPools As Boolean, _ setWaitCursor As Boolean, _ showError As Boolean _ ) As DataProcessResult
public: DataProcessResult^ ExecuteSql( String^ sqlStatement, bool^ clearConnectionPools, bool^ setWaitCursor, bool^ showError )
Parameters
- sqlStatement
- Type: String
The SQL statement.
- clearConnectionPools
- Type: Boolean
if set to true clear connection pools.
- setWaitCursor
- Type: Boolean
if set to true set mouse cursor to wait.
- showError
- Type: Boolean
if set to true [show error].