iAnywhere.Data.UltraLite namespace
UL Ext.: Enumerates all the states that can occur while upgrading a schema.
' Visual Basic
Public Enum ULSchemaUpgradeState
// C#
public enum ULSchemaUpgradeState
STATE_STARTING is the only state during which the upgrade may be cancelled. If the upgrade is cancelled, you will receive a second event with state STATE_ERROR.
| Member | Description |
|---|---|
| STATE_ABORT | The schema upgrade has been aborted and the old database is preserved. This state may occur as the result of a recoverable error or user abort. |
| STATE_DONE | The schema upgrade completed successfully. |
| STATE_ERROR | A critical error occurred and the database is unusable. |
| STATE_LAST | Internally used state not sent to SchemaUpgrading method. |
| STATE_STARTING | The schema upgrade is starting.
This is the only state during which the upgrade may be cancelled. If the upgrade is cancelled, you will receive a second event with state STATE_ABORT. |
| STATE_UPGRADING | The schema upgrade is in progress. |
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.