FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..updateRecord Method

update or insert a record
update record

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

Syntax


public bool updateRecord(
	string tableName,
	Hashtable oFields,
	string sWhereFieldList
)
Public Function updateRecord ( _
	tableName As String, _
	oFields As Hashtable, _
	sWhereFieldList As String _
) As Boolean
public:
bool^ updateRecord(
	String^ tableName, 
	Hashtable^ oFields, 
	String^ sWhereFieldList
)

Parameters

tableName
Type: String
name of the tablename of the table
oFields
Type: Hashtable
list of fields and values to insert/updatefields to update
sWhereFieldList
Type: String
list of where fieldslist of fields to use as the where clause

Return Value

true if XXXX, false otherwise.

Return Value

true if XXXX, false otherwise.