Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 how can i read my query result row by row

Author  Topic 

Exir
Posting Yak Master

151 Posts

Posted - 2009-06-03 : 08:36:02
I have written a query which has more than one row as result. i want to show the results in lables in my form , so i should be able to read them one by one,and assign first lable to first field, second lable to second field and so on. how should i do this?

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2009-06-03 : 08:40:27
You should do this in your front end application by looping the recordset


Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -