Oracle 5.0 Reference Manual page 2049

Table of Contents

Advertisement

Parameters
• connectionString: Settings to be used for the connection
• commandText: Command to execute
• commandParameters: Parameters to use for the command
Return Value
DataSetcontaining the resultset
See Also
MySqlHelper
20.2.7.1.7.1.3. ExecuteNonQuery Method
Executes a single command against a MySQL database. The
when the method is called and remains open after the method completes.
Overload List
Executes a single command against a MySQL database. The
when the method is called and remains open after the method completes.
public static int ExecuteNonQuery(MySqlConnection,string,params MySqlParameter[]);
Executes a single command against a MySQL database. A new
ConnectionString
public static int ExecuteNonQuery(string,string,params MySqlParameter[]);
See Also
MySqlHelper
20.2.7.1.7.1.3.1.
MySqlHelper.ExecuteNonQuery
Executes a single command against a MySQL database. The
when the method is called and remains open after the method completes.
Syntax: Visual Basic
Overloads Public Shared Function ExecuteNonQuery( _
ByVal connection As MySqlConnection, _
ByVal commandText As String, _
ParamArray commandParameters As MySqlParameter() _
) As Integer
Syntax: C#
public static int ExecuteNonQuery(
MySqlConnectionconnection,
stringcommandText,
params MySqlParameter[]commandParameters
);
Parameters
• connection:
• commandText: SQL statement to be executed
• commandParameters: Array of
Connector/Net API Reference
Class,
MySql.Data.MySqlClient
given.
Class,
MySql.Data.MySqlClient Namespace
MySqlConnection
object to use
MySqlParameter
Namespace,
MySqlHelper.ExecuteDataset Overload List
MySqlConnection
MySqlConnection
MySqlConnection
Method
MySqlConnection
objects to use with the command.
2029
is assumed to be open
is assumed to be open
is created using the
is assumed to be open

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents