Error after executing WEND command

Asked By 0 points N/A Posted on -
qa-featured

After the WEND command, the script that queues non-delivery reports on a mail server returns an error. How to resolve this?

SHARE
Best Answer by lee hung
Best Answer
Best Answer
Answered By 75 points N/A #110790

Error after executing WEND command

qa-featured

Hello Jerry James,

You have mentioned which program you are using to run the WEND command, so I have to assume that is the oracle SQL database application.

You should check the query that you are trying to execute using the WEND command for any syntax errors and semantic errors. Errors like wrong spellings of the commands may be the possible reason as to why you are receiving the problem, or may be the statements do not make sense logically and therefore you will have to check that and verify that you are using the commands properly.

Hope this helps.

__

Regards
Lee Hung

Answered By 0 points N/A #110791

Error after executing WEND command

qa-featured

Hi Jerry,

I assume you are using javascript and having problems with the while loop and the database as well. Obviously the main reason for this is your codes. You must review your codes and sort for errors and debug it. Here is a link of a good sample of while loop javascript tutorial.https://www.thoughtco.com/javascript-programming-4133476. Of course you need to learn the basic of it and explore until you get it right. There are also a lot of tutorial ebooks available in the net that would surely help you on this kind of stuffs.Hopefully it helps you.

Related Questions