I have just installed a web server on an old windows 2000 box in my basement and trying to get the pages to connect to the database server. (These pages were originally hosted by an ISP, but no longer).
I can connect to the web site, but the connection to the database is falling. (I think.) Now I haven't installed any particular database server per say. But I can if I need to. This is VBSCRIPT to open the connection: set conn=Server.CreateObject("ADODB.Connection") conn.Provider="Microsoft.Jet.OLEDB.4.0" conn.Open "C:\inetpub\wwwroot\MySite\myDatabase.mdb" I think that the connection to the database is not opening as I get an error code 3704 Do I need to run a server for this to work? I mean the myDatabase.mdb file exists at that location. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Microsoft DOTNET ASP, C++, SQL SERVER" group. ------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------------- For stunning photoshop tutorials, visit: www.psd-help.blogspot.com ------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------------- -~----------~----~----~----~------~----~------~--~---