Search found 2 matches

by pavankumar.thati
16 Aug 2011 04:53
Forum: DOS Batch Forum
Topic: problem with for loop
Replies: 2
Views: 2824

Re: problem with for loop

aGerman wrote:Does your mysql request return an ERRORLEVEL value?

Regards
aGerman

No Actually the ERRORLEVEL is set by DOS script not by mysql.Whenever mysql fails to run the The DOs script sets the ERRORLEVEL .....
by pavankumar.thati
12 Aug 2011 01:00
Forum: DOS Batch Forum
Topic: problem with for loop
Replies: 2
Views: 2824

problem with for loop

problem Description : I need to get an output of active databases. For that i have writen the following code in suchaway that if the 4th line executes with out any error i'll echoed it as "Active" or "InActive".But in the following code for loop is executing once and skipping the...