How Do I Get MsSQL Working With The Server Side Processing Examples?
How Do I Get MsSQL Working With The Server Side Processing Examples?
This example comes with a MsSQL creation script, so I assume the PHP is able to work with MsSQL.
I've created the database in MsSQL. I've tested the connection with the following info:
Host: .\SQLEXPRESS
Database: DataTablesDemo
User: dtdemo
Password: dtdemo
I am entering this info into the $sql_details variable in the server_processing.php file. I've also tried other strings for the host, such as "localhost\SQLEXPRESS", but it's a no-go.
Any suggestions would be greatly appreciated.
Answers
It is yes, although you need to be using a Windows host in order to use the Microsoft supplied SQL Server drivers.
Allan