Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsManagement Class / CreateDatabase Method
The file name of access database. or a string for selecting a SQL Server database. The syntax of that string is: "Server|Database|0" Windows authentication "Server|Database|2|Username|Password" SQL Server authentication, username and password not encrypted.

In This Topic
    CreateDatabase Method (MDPartsManagement)
    In This Topic
    Create a new parts database.
    Syntax
    public MDPartsDatabase CreateDatabase( 
       string databaseName
    )
    public:
    MDPartsDatabase^ CreateDatabase( 
       String^ databaseName
    ) 

    Parameters

    databaseName
    The file name of access database. or a string for selecting a SQL Server database. The syntax of that string is: "Server|Database|0" Windows authentication "Server|Database|2|Username|Password" SQL Server authentication, username and password not encrypted.
    Exceptions
    ExceptionDescription
    If database is read only or the scheme is not up to date
    See Also