clsDBupdateRecord Method

Updates records using update statement passed with child class instantiation

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
protected bool updateRecord(
	string key,
	string[] values,
	string tableName = "",
	bool debug = false
)

Parameters

key  String
Primary Key of record to update
values  String
Values for insertion into SQL statement
tableName  String  (Optional)
Optional table name for logging
debug  Boolean  (Optional)
Optionally include extended error info for logging

Return Value

Boolean
True if successful, False if not

See Also