Filtering when using server-side processing with PHP and MSSQL

Filtering when using server-side processing with PHP and MSSQL

adammphillipsadammphillips Posts: 2Questions: 2Answers: 0

I'm using DataTables with PHP and a MSSQL server. I'm using the server-side processing example and it works perfectly if I want all of the data. If I want to add a WHERE statement, where do I do that? The examples and forum questions address how to do it when using MySQL, but I haven't seen any examples of doing this with MSSQL. Thanks!

This discussion has been closed.