UL Ext.: Enumerates all the states that can occur while executing SQL pass through scripts.
Visual Basic Public Enum ULSqlProgressState
C# public enum ULSqlProgressState
Member name | Description | Value |
---|---|---|
STATE_DONE |
Scripts have successfully completed. |
2 |
STATE_ERROR |
Scripts have completed, but an error occurred. |
3 |
STATE_RUNNING_SCRIPT |
Currently running a SQL pass through script. |
1 |
STATE_STARTING |
No scripts have been executed yet. |
0 |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |