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

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

execute a non returning sql statement, insert, update, delete

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

Syntax


public bool NonQuery(
	ref OleDbCommand oSqlComm,
	out int recordCount
)
Public Function NonQuery ( _
	ByRef oSqlComm As OleDbCommand, _
	<OutAttribute> ByRef recordCount As Integer _
) As Boolean
public:
bool^ NonQuery(
	OleDbCommand^% oSqlComm, 
	[OutAttribute] int^% recordCount
)

Parameters

oSqlComm
Type: OleDbCommand%
command object
recordCount
Type: Int32%
The recount count.

Return Value

true if XXXX, false otherwise.