I have an Access97 program in Citrix. It uses SQL pass-thru queries to grab data from a database with the following script:
ODBC;DSN=Payroll;SERVER=SERVSQL1;UID=reports;PWD=passwd;
DATABASE=PayNet;Address=SERVSQL1;Trusted_Connection=No;AutoTranslate=No"
My problem is, the program works with some users but others are getting the "ODBC - call failed" error. Since it is using a generic userID and password, and the same Access 97 in a server, while does it work differently with others? Could the individual user profile be an issue?
Thanks in advance for the help
ODBC;DSN=Payroll;SERVER=SERVSQL1;UID=reports;PWD=passwd;
DATABASE=PayNet;Address=SERVSQL1;Trusted_Connection=No;AutoTranslate=No"
My problem is, the program works with some users but others are getting the "ODBC - call failed" error. Since it is using a generic userID and password, and the same Access 97 in a server, while does it work differently with others? Could the individual user profile be an issue?
Thanks in advance for the help