Using the odbc data direct, provided by infor, you can connect to a MS SQL server using your AD account by setting `AuthenticationMethod=9` in the odbc.ini. Normally its set to 1 for a local sql account.
Im wondering if there is a way to set this in your code rather than in the ini file.
I suspect something like SQLSetConnectAttr but havent figured it out. Any help would be helpful 🙂