There are two data sources, one from SQL SEVER 2000 and the other from SQL SERVER 2012. Now using php v5.2 to read the two database data using mssql_connect() and odbc_connect() methods respectively, and then on the page Display the corresponding data on the corresponding div of the page through DOM (document.all.divid.innerHTML="data";).
The data can be read normally, but when it is displayed on the page, some data cannot be displayed. Why does this happen? How to solve this problem. Please give me guidance.
There are two data sources, one from SQL SEVER 2000 and the other from SQL SERVER 2012. Now using php v5.2 to read the two database data using mssql_connect() and odbc_connect() methods respectively, and then on the page Display the corresponding data on the corresponding div of the page through DOM (document.all.divid.innerHTML="data";).
The data can be read normally, but when it is displayed on the page, some data cannot be displayed. Why does this happen? How to solve this problem. Please give me guidance.