Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to force to continue on error?

I have a load sentence that sometimes give me an error.

Then I click on accept and it continues.

Can someone say me if exist any option to continue loading after error without user action?

Best regards.

1 Solution

Accepted Solutions
Not applicable
Author

Yes there is.

Place this statement before your load-statement:

SET errormode = 0;

This will force QV to continue even if there's an error.

/Fredrik

View solution in original post

1 Reply
Not applicable
Author

Yes there is.

Place this statement before your load-statement:

SET errormode = 0;

This will force QV to continue even if there's an error.

/Fredrik