문제

I am trying to find a work around to expedite our contractors work on our new website. The website is being created in WP using MySql, and some data that the website will dynamically load is located on our business SQL Server. Migration is out of the question.

Is there a way to query our SQL server from the MySql database?

도움이 되었습니까?

해결책 2

The end result was that the workaround involved adding to an internal web app to populate the MySQL database with the data that we needed

다른 팁

Querying SQL server from MySQL database is not the good solution I think. Why not querying the SQL server using PHP for example?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top