Microsoft
Software
Hardware
Network
Question : multiple conditions in WHILE
what is wrong in the foll syntax:
WHILE (@Var1 < 1 AND @Var2 < 1)
This does not seem to be honored. When any one of the variable become >1, the loop breaks.
thanks
Answer : multiple conditions in WHILE
exactly.
when any of the 2 > 1, you have:
WHILE ( false AND true ) which is FALSE
you seem to want:
WHILE (@Var1 < 1 OR @Var2 < 1)
Random Solutions
Having a webservice use a Session variable that is set in the project before the webservice is called.
Disabling software restriction policy
Double Table when margin is adjusted
Adding URL Parameter
DOS Bat File Copy a File with Date Timestamp
Have a 4700 printer and would like to configure it to only print in black and white.
Adobe Photoshop 6.0
w32time
Sharepoint Foundation 2010 Wizard cannot connect to database master
Dell desktop will not boot