page called "Server-side processing | PHP with MSSQL ODBC driver" inaccurate

page called "Server-side processing | PHP with MSSQL ODBC driver" inaccurate

bohrsmodelbohrsmodel Posts: 4Questions: 0Answers: 0
edited April 2014 in General
I'm looking for a server_processing.php that uses ODBC commands for SQL Server Native Client 10.0. I found one for Infomix ODBC here:

https://datatables.net/development/server-side/php_informix

but couldn't get it to work. I also found one at

http://datatables.net/development/server-side/php_mssql_odbc

but that page is inaccurate because it doesn't use ODBC functions. It uses SQL functions. I got this to work using sqlsrv functions instead of odbc functions, but I'd really like to get ODBC working. I'm not knowledgeable enough to edit the server_processing.php file for ODBC. I've googled, but couldn't find any other sources of info. Does anyone know where I can find a MSSQL ODBC server_processing.php file or maybe tell me what I need to change in either examples above to get ODBC working?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Those files are going to be removed when I update the site soon. Thanks for pointing out the errors.

    I'm afraid I don't have any ODBC scripts available myself.

    Allan
This discussion has been closed.