I have an Access database that is being used as a Front end to a SQL Server database. I have inherited responsibility for this from a company required. I've found that the SQL Server's connection string, including IP Address, User and Password are all available. Is there a way to either hide the COnnection string settings, or a way to encrypt these? The problem is that anyone who has a copy of this Access file, can extract the connection string and connect to the SQL Server database with minimal effort.
How can I hide the connection details?