FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..insertRecord Method

insert a record into the table

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

Syntax


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

Parameters

tableName
Type: String
name of the table
oFields
Type: Hashtable
list of fields and thier values to insert

Return Value

true if XXXX, false otherwise.