API Help
Eplan.EplApi.HEServices Namespace / PartsService 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
    In This Topic
    Sets SQL connection parameters.
    Syntax

    Parameters

    strServer
    Server path
    strDatabase
    Database name
    eAuthType
    Authentication type: Windows authentication or SQL server
    strUser
    Database user name - used only when authentication type is SQL server.
    strPassword
    Database user's password - used only when authentication type is SQL server.
    bRememberPass
    Password remember.
    Remarks
    Changes will be done if current database type is set to SQL. Please take into account that calling the method changes PartsService.PartsDatabase property also.
    See Also