Forum Discussion
Access_Jim
Oct 07, 2024Copper Contributor
ODBC/SQL Server Connection Error
I am attempting to connect my MS Access 2013 front end to a SQL Server 2012 backend using the code below. I am getting the error message "Optional feature not implemented" from the ODBC driver. I a...
- Oct 07, 2024https://www.connectionstrings.com/sql-server-2012/
Standard Security
Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;
peiyezhu
Oct 07, 2024Bronze Contributor
https://www.connectionstrings.com/sql-server-2012/
Standard Security
Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;
Standard Security
Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;
- Access_JimOct 07, 2024Copper ContributorThank you for you response. I discovered that I was mistaken and the error message that I am seeing is not at all related to my connection, it comes from further down in my code when I attempt to call a SQL Server stored procedure. I will mark this issue as closed and open a new thread if I am not able to resolve it,