Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference

 

ULSqlProgressState enumeration

UL Ext.: Enumerates all the states that can occur while executing SQL pass through scripts.

Syntax
Visual Basic

Public Enum ULSqlProgressState 
C#

public enum ULSqlProgressState 
Members
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
See also