|
-
Aug 31st, 2001, 09:49 AM
#1
Thread Starter
PowerPoster
RSINGH if you look at the QueryAnalyzer's resultset. HOw can I move through this RS and display only the unique Qtext?
-
Aug 31st, 2001, 10:01 AM
#2
Fanatic Member
Could you do a select DISTINCT to get the unique questions? For what purpose do you want the unique questions? Is this a separate requirement from the above SQL? If so its a new query.
The distinct keyword will eliminate the duplicates.
-
Aug 31st, 2001, 10:16 AM
#3
Thread Starter
PowerPoster
The reason is because I am dynamically building an asp page. See the link and how the page loads the repetitive data. I just need to find a way to move through the rs.
http://codeexamples.4t.com/dyn.jpg
-
Aug 31st, 2001, 10:22 AM
#4
Fanatic Member
Unfortunately my ASP is not good enough(I've only just started). Its hometime for me - so I'll give it a thought over the weekend. It may only be pseudocode though!
-
Aug 31st, 2001, 10:23 AM
#5
Thread Starter
PowerPoster
all I need to know is how to move through the rs. The asp is easy for me.
thanks
-
Aug 31st, 2001, 10:24 AM
#6
Fanatic Member
For and AOD recordset is it not rs.movenext ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|