SqlSystem.loginDSN Method [AX 2012]

Retrieves the open database connectivity (ODBC) data source name (DSN) used to connect to the database.

public str loginDSN()

Run On

Server

Return Value

Type: str
The name of the ODBC data source name that is used for connecting to the database.

The default DSN is "BMSDSN".

{ 
    SqlSystem SqlSystem = new SqlSystem(); 
    print SqlSystem.loginDSN(); 
}

Community Additions

ADD
Show: