page called "Server-side processing | PHP with MSSQL ODBC driver" inaccurate
page called "Server-side processing | PHP with MSSQL ODBC driver" inaccurate
bohrsmodel
Posts: 4Questions: 0Answers: 0
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?
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?
This discussion has been closed.
Replies
I'm afraid I don't have any ODBC scripts available myself.
Allan