sql - Make ODBC Linked Access Table Available to Users -


I have a SQL database with MS Access front-end. The link I added is only available to me and some Not others I need other users of the domain to be able to open this linked table. When they open the table, they receive an error message that says that the connection to the database is unsuccessful.

What am I doing, where other users (apart from themselves) linked MS Access linked table?

If you are connecting to the SQL database using an ODBC connection, then end users It is necessary that the ODBC connection has been installed on the machine so that they are also joining.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -