DataSourceState (ENUM)

TYPE DataSourceState :

InOut:

Name

Comment

DS_New

In this state only Initialize may be called

DS_Initialized

In this state only StartConnect may be called

DS_Connecting

While the driver is in this state, Connecting will be called.

DS_Ready

In this state, the driver is able to execute requests to its datasource.

DS_Busy

In this state, the driver currently is not able to execute requests to its datasource

DS_ShuttingDown

In this state only ShuttingDown will be called

DS_Shutdown

In this state the driver is shutdown and all allocated resources have been released

DS_Error

In this state the driver encountered an error that it cannot fix itself.