public bool OpenExclusive( string strDatabaseName )
public: bool OpenExclusive( String^ strDatabaseName )
Parameters
- strDatabaseName
- Database name. Full file path to .mdb.
Return Value
True if operation was sucessfully completed.
public bool OpenExclusive( string strDatabaseName )
public: bool OpenExclusive( String^ strDatabaseName )
Exception | Description |
---|---|
Eplan.EplApi.Base.BaseException | Thrown in case of an error. Please refer to the exception message. |