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

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

execute non query using ole db command

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

Syntax


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

Parameters

oSqlComm
Type: OleDbCommand%
The o SQL comm.

Return Value

true if XXXX, false otherwise.