ODBC connection to external data
Is there any way to get an ODBC-Connection to an ( external ) table from AX2012R2, without using a DSN in the ODBC-connections? It worked fine in 2009 with something like systemInfo = SysSQLSystemInfo::construct(); loginProperty = new LoginProperty(); loginProperty.setServer(systemInfo.getLoginServer()); loginProperty.setDatabase(systemInfo.getloginDatabase()); conString = strFmt( 'Driver={SQL Server Native Client 10.0};' + 'Server=%1;' + 'Database=%2;' , systemInfo.getLoginServer() , systemInfo.getloginDatabase() ); if ( <someFunctionToCheckForTrusedConnectin> ) { conString += '"Trusted