12-30-2010, 03:12 PM
Hi All,
i have a query which gives 3 rows.
"Selct home from temp where name ='ajay'"
it returns 3 rows with different data "A1","B1","C1"
i want to store these values got from 3 rows into 3 variables.
i have database connection done in qtp.
-- should i use a FOR loop with count
-- record set
pleae help with the code .
i have a query which gives 3 rows.
"Selct home from temp where name ='ajay'"
it returns 3 rows with different data "A1","B1","C1"
i want to store these values got from 3 rows into 3 variables.
i have database connection done in qtp.
-- should i use a FOR loop with count
-- record set
pleae help with the code .