Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Old 09-25-2006, 09:45 PM While loop question
Novice Talker

Posts: 7
Trades: 0
I have following loop. but something is wrong with this loop that i cannot understand. it gets stuck in the loop. PLEASE HELP..
My recordset comes in following format:

id ---- drug

171 --- Coreg
171 --- Avandia
171 --- RS
132--- Coreg
133 --- Avandia
133 --- RS
AND SO ON...

MY CODE:


RS_SpeakerID=""
If (Not objRs.EOF) Then

Do While (NOT objRs.EOF)
if (RS_ID<>objRs("ID")) then

RS_ID= objRs("ID")
count=0

end if


Do while ((objRs("ID")=RS_ID) and (count=0))

if ((objRs("Drug"))="Coreg") then
response.write "match"


count=1

else


count=0

end if

objRs.MoveNext
LOOP



if (count=0) then

response.write "no match"
end if



objRs.MoveNext
Loop
END IF
neha101 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-27-2006, 04:11 AM Re: While loop question
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
what are you trying to achieve ??

Because I can't work out exactly what it is from the code above. But whatever it is you seem to be taking a long winded approach.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-05-2006, 11:59 AM Re: While loop question
Average Talker

Posts: 15
Trades: 0
moving a record set from two different while loops????? what do you want to do??
__________________

Please login or register to view this content. Registration is FREE
jcodemasters is offline
Reply With Quote
View Public Profile Visit jcodemasters's homepage!
 
Reply     « Reply to While loop question
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13541 seconds with 12 queries