I am trying to access a Mas90 system using ODBC. I've been successful in connecting but I have one problem. The login screen keeps popping up whenever you connect. I was wondering if there is anyway at all around this. Here is my current connect string:
objConn.Open "DSN=SOTAMAS90;Directory=\\fileserver\acctapp$\mas90;SERVER=fileserver"
I've also tried this connect string:
objConn.Open "DSN=SOTAMAS90;Directory=\\fileserver\acctapp$\mas90;SERVER=fileserver;UID=username;PWD=password;CompanyCode=companycode"
But I haven't had any luck. I need to pass the username, password and company code and not have the login screen to come up. Any suggestions? Thanks!
objConn.Open "DSN=SOTAMAS90;Directory=\\fileserver\acctapp$\mas90;SERVER=fileserver"
I've also tried this connect string:
objConn.Open "DSN=SOTAMAS90;Directory=\\fileserver\acctapp$\mas90;SERVER=fileserver;UID=username;PWD=password;CompanyCode=companycode"
But I haven't had any luck. I need to pass the username, password and company code and not have the login screen to come up. Any suggestions? Thanks!