I am building a new RDS server so that users can use office 365 access 64 bit because we have E3 licenses. I have updated the database to work with 64 bit and the database is working well.
However, I am trying to figure out the best way to deploy the 64 bit ODBC to each machine. Since it is 64 bit and the users have 32 bit office what is the best way to create an ODBC that can get deployed to them to work with the Access?
It seems that I need to set up the ODBC on the RDS Server (since that is where the application actually runs) but I tested a user and the remote calls to the sql server did not work and I had to create a 64 bit ODBC on his machine.
What is the best way to manage this?
Thanks