clsDBinsertRecord Method

Inserts a new record using instantiated Insert statement

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
protected int insertRecord(
	string[] values
)

Parameters

values  String
Values to be inserted

Return Value

Int32
Primary Key values of inserted record. -1 if insert failed

See Also