It posible to connect with odbc sqlserver?

How to connect with odbc with sqlserver ?

Hello @barrcode ,

I believe that you can find your info here: MS SQL Connection | Grocery CRUD

Regards
Johnny

1 Like

hello I get the following error, I don’t know if it’s from my host or ms server

Error connecting to SQL Server.PDOException Object ( [message:protected] => SQLSTATE[IMSSP]: This extension requires the Microsoft ODBC Driver for SQL Server to communicate with SQL Server. Access the following URL to download the ODBC Driver for SQL Server for x64: https://go.microsoft.com/fwlink/?LinkId=163712 

Hello @eddgeo,

That means that you probably miss the drivers within your PHP/Apache configuration. For more check this URL: php - This extension requires the Microsoft ODBC Driver 11 for SQL Server to communicate with SQL Server - Stack Overflow

1 Like