db
Provides methods for working with Data Bases through ODBC.
callProcedure
// calls a procedure which expects two input parameters and one output parameter.
var result = db.callProcedure('test', 3, 4, undefined);
log.info(result);Name
Type
Description
executeNonQuery
Name
Type
Description
executeQuery
Name
Type
Description
getScalar
Name
Type
Description
setConnectionString
Name
Type
Description
Last updated
Was this helpful?