Icon TEDBSessionType

Header File: edbcomps

enum TEDBSessionType { stLocal, stRemote }

This type is used to indicate the type of session that the TEDBSession component is being used as in the application.

ElementDescription
stLocalIndicates the session is a local session directly accessing a local or network-based hard drive where the databases and tables are located.
stRemoteIndicates the session is a remote session connecting to an ElevateDB Server.
Image