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