How Do I Get MsSQL Working With The Server Side Processing Examples?

How Do I Get MsSQL Working With The Server Side Processing Examples?

jayrenegadejayrenegade Posts: 1Questions: 1Answers: 0

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

  • allanallan Posts: 63,689Questions: 1Answers: 10,500 Site admin

    so I assume the PHP is able to work with MsSQL

    It is yes, although you need to be using a Windows host in order to use the Microsoft supplied SQL Server drivers.

    Allan

This discussion has been closed.