DataDirectory property

Returns or sets the path to the directory eRoom uses for its databases. This can only be set if the database type is erDBSQLServer. Otherwise, the put accessor throws a "not implemented" error.

Syntax


C++

HRESULT get_DataDirectory(BSTR *pDataDirectory)

HRESULT put_DataDirectory(BSTR MyDataDirectory)

Scripting languages

DataDirectory = Object.DataDirectory

Object.DataDirectory = DataDirectory

 

Home

Applies to

IERUDatabaseManager