clsDBupdateRecordSpecial Method

Updates records using passed update statement

Definition

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

Parameters

key  String
Primary Key of record to be updated
values  String
Values for insertion into SQL statement
updateStatement  String
Update statement that overrides instantiated one
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