endorium
8 years agoFrequent Contributor
Using project variable with in SQL query
Hi
I am writing some workbook tests. In this on one line I need to insert a line into the DB. Problem is I want to use a project variable to specify the data I want to insert.
I have variables for the computer its running on and the DB. I need IPADDRESS to use a project variable.
Any way to do this. I have had a good search and cant find anything.
"use "........DB"
insert into Listeners (IpAddress,PortNumber,IsDeleted)
Values ('IPADDRESS','50002','False')"