javascript - Problems with displaying data from different data sources on the same page

WBOY
Release: 2016-08-08 09:07:02
Original
928 people have browsed it

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.

Reply content:

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.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template