Skip to content

dbSetQueryValue (dbCONNECT)

Compatible with:
  • Purpose
  • This command is used to set the "value(s)" for a particular variable (parameter) within the SQL query.
  • A variable/parameter within your SQL Query has to be identified by a namestring in the format ${variableName}.
  • For each variable (parameter) within your SQL query, you must use this command separately, to set its value.
  • Syntax
  • dbSetQueryValue(parameter,value)
  • Target
  • Variable (Parameter)
  • Value
  • Value you want to be used to replace/fill in the Variable (Parameter).
  • The Value you specify here could be another variable within the Test Script or a User Defined Variable or a System Variable.
  • Return Value
  • N/A

Example(s):

Click here to see the example


 

Feedback and Knowledge Base