dotConnect for Oracle Documentation
Devart.Common Namespace / SqlStatement Class / ExecuteNonQuery Method

ExecuteNonQuery Method (SqlStatement)
Executes the statement.
Syntax
'Declaration
 
Public Sub ExecuteNonQuery() 
 
Remarks
This method is an alternative to Execute and ExecuteNext methods. It allows you to execute statements individually in any order. Note that Execute of SqlStatement does not generate Error or Progress event.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also