Viewing 3 posts - 1 through 3 (of 3 total)
Guys, I solved the problem by figuring out that my Personal Web Server and SQL Server should be on the same physical box because the asp file is coded not...
August 30, 2004 at 11:30 pm
#521152
Guys, I have finally found a solution to my the connection problem. Thanks for all the efforts to help.
August 29, 2004 at 5:31 pm
#521005
Here is the code:
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "WFS"
August 24, 2004 at 5:57 pm
#520432