11-25-2009, 06:25 PM
I ve got a problem
as soon as i create a record in my GUI an 2 unique ids are generated for a record and it is displayed at the bottom of my screen
I retreived the values using text output values
Now i need to validate whether the record is present in the database
I stored the 2 ids in the variables x & y respectively
in the Database output value I mentioned the sqlquery as
select * from table where id1='x' and id2='y'
I used the select SQL statement manually after setting up the connection string
The database ouput value Wizard throws an error.
Kindly help me out in this
how do i use output values as input to SQL
as soon as i create a record in my GUI an 2 unique ids are generated for a record and it is displayed at the bottom of my screen
I retreived the values using text output values
Now i need to validate whether the record is present in the database
I stored the 2 ids in the variables x & y respectively
in the Database output value I mentioned the sqlquery as
select * from table where id1='x' and id2='y'
I used the select SQL statement manually after setting up the connection string
The database ouput value Wizard throws an error.
Kindly help me out in this
how do i use output values as input to SQL