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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL server and web on different machines

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
I need help!!
I want to access my SQL server 7.0 DB on a webserver thats on different machine. Please help!
Regards,
Amit
 
Do you mean that you are wanting to provide access to your SQL Server data from a website on your web server? Are you planning on using ASP?
 
Thats correct...I am planning to use ASP on the webserver and my SQL server is on another machine. Is it possible to do it that way?
Regards,
Amit
 
Sure, that's how I'm doing it. Accessing both SQL Server and FoxPro databases and free tables all on different servers. I used javascript and ADO. For some of it we have written COM objects to simplify the writing of HTML.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top