FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace
FlowWright.deDataAccess Namespace

clsDataAccess..::..NonQuery Method (String, OleDbCommand%)

execute non query using stored procedure and ole db command

Namespace:  FlowWright.deDataAccess
Assembly:  deDataAccess (in deDataAccess.dll)

Syntax


public bool NonQuery(
	string SPName,
	ref OleDbCommand oSqlComm
)
Public Function NonQuery ( _
	SPName As String, _
	ByRef oSqlComm As OleDbCommand _
) As Boolean
public:
bool^ NonQuery(
	String^ SPName, 
	OleDbCommand^% oSqlComm
)

Parameters

SPName
Type: String
name of the stored procedure
oSqlComm
Type: OleDbCommand%
command object

Return Value

true if XXXX, false otherwise.