Skip to content

phpGrid won't run with Sql Server

When the host OS is Windows with SQL Server database, please use "odbc_mssql_native" or "sqlsrv" as the database type.

Be sure to install Microsoft Drivers for PHP for SQL Server. Different SQL Server version may require different versions of drivers. Details: https://docs.microsoft.com/en-us/sql/connect/php/download-drivers-php-sql-server?view=sql-server-ver15

You can find additional config settings details here:
http://phpgrid.com/documentation/installation/


Feedback and Knowledge Base