Forum Discussion
Ram_N
18 years agoContributor
Ryan
I used insert statement like( below ) for SQL Server 2005.. and was successful in updating the DB. readcode and readCity are test properties values read from response..
Note: 'apupdate[' is the table name.
insert into apupdate(apcode, apcity) values ('${#TestCase#readCode}','${#TestCase#readCity}')
hope this might help you...
I used insert statement like( below ) for SQL Server 2005.. and was successful in updating the DB. readcode and readCity are test properties values read from response..
Note: 'apupdate[' is the table name.
insert into apupdate(apcode, apcity) values ('${#TestCase#readCode}','${#TestCase#readCity}')
hope this might help you...