Eplan Platform API
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / SetSQLServerConnectionParameters Method
Server path
Database name
Authentication type: Windows authentication or SQL server
Database user name - used only when authentication type is SQL server.
Database user's password - used only when authentication type is SQL server.
Password remember.

In This Topic
    SetSQLServerConnectionParameters Method (ProjectManagement)
    In This Topic
    Sets SQL connection parameters.
    Syntax

    Parameters

    Parameter NameDescription
    strServerServer path
    strDatabaseDatabase name
    eAuthTypeAuthentication type: Windows authentication or SQL server
    strUserDatabase user name - used only when authentication type is SQL server.
    strPasswordDatabase user's password - used only when authentication type is SQL server.
    bRememberPassPassword remember.
    Remarks
    Changes will be done if current database type is set to SQL. Please take into account that calling the method changes ProjectManagement.ProjectManagementDatabase property also.
    See Also