dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDatabase Class / ExecuteNonQuery(String) Method
The SQL statement to execute.

ExecuteNonQuery(String) Method
Executes SQL statement against this Oracle Database instance.
Syntax
'Declaration
 
Public Sub ExecuteNonQuery( _
   ByVal sql As String _
) 
 

Parameters

sql
The SQL statement to execute.
Remarks
You can use ExecuteNonQuery(String) method to perform DDL statements, for example, ALTER DATABASE.
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