Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linking to a Remote MS SQL Server from MySQL

Status
Not open for further replies.

dpdoug

Programmer
Nov 27, 2002
455
US
We have a Web server in Houston running a Linux box with MySQL. Is there any way to connect to a SQL Server database running on a web server in Chicago so that the web site hosted in Houston can query the MS SQL Server database in Chicago, in case the product is not available in Houston?

(I know PHP has connection functions for MSSQL Server)

I hope my question is clear.

Thanks

David
 
If you are trying to link to MSSQL using MySQL as you would do with MS Access the answer is no.

MySQL is a database server and not a personal db application as Access.


Bye

Qatqat

Life is what happens when you are making other plans.
 
(I know PHP has connection functions for MSSQL Server) - The only way out...


Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top