You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I've been using the sqlsrv driver much, but this one case pretty odd, so I have laravel project 7th version, and I want to connect to MSSQL 2000 using sqlsrv driver, it gives me error that the ODBC driver (ODBC Driver 11 for SQL Server) does not support connections to SQL Server 2000.
I've uninstalled the ODBC Driver 11 for SQL Server in hope that the system will choose the SQL Server (SQLSRV32.DLL) driver, but it gives me another error that I don't have Microsoft ODBC Driver for SQL Server.
Yes I know MSSQL 2000 is a very old version, but I need to connect to it, so is there a way in "laravel-way" to change the ODBC Driver, maybe to SQL Server (SQLSRV32.DLL) driver or something else?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've been using the sqlsrv driver much, but this one case pretty odd, so I have laravel project 7th version, and I want to connect to MSSQL 2000 using sqlsrv driver, it gives me error that the ODBC driver (ODBC Driver 11 for SQL Server) does not support connections to SQL Server 2000.
I've uninstalled the ODBC Driver 11 for SQL Server in hope that the system will choose the SQL Server (SQLSRV32.DLL) driver, but it gives me another error that I don't have Microsoft ODBC Driver for SQL Server.
Yes I know MSSQL 2000 is a very old version, but I need to connect to it, so is there a way in "laravel-way" to change the ODBC Driver, maybe to SQL Server (SQLSRV32.DLL) driver or something else?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions