clsDBupdateRecord Method
Updates records using update statement passed with child class instantiation
Namespace: MbcsCentralAssembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
protected bool updateRecord(
string key,
string[] values,
string tableName = "",
bool debug = false
)
- 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
BooleanTrue if successful, False if not