req

Hi frnds,

i have the following code

while select table1 where table1.custaccount==table2.custaccount && curuserid()==table2.userid

{



}

here ,we cannot enter the loop.

please tell me why it is not going loop

thanks in advance

Murali

Check the relations which you gave it in while statement, probably the conditions doesn’t met the criteria which you provided.