Re: ASP Database connection problem
From: Roland Hall (nobody_at_nowhere)
Date: 04/29/04
- Next message: Chris P: "IIS Internal Server Error 500"
- Previous message: Roland Hall: "Re: ASP stopped working"
- In reply to: Ray: "Re: ASP Database connection problem"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Apr 2004 00:35:31 -0500
"Ray" wrote in message news:c6p8mv$56p$1@sparta.btinternet.com...
: .....now it says
: Provider=Microsoft.Jet.OLEDB.4.0;Data
: Source=C:\Websites\hdo212\notjustbooks\fpdb\books.mdb
:
: which is wrong! It seems to be looking on my local system rather than my
web
: server. But it's progress!
Hey Ray...
Run this on a new page, on the webserver and tell us what you get.
<%@ Language=VBScript %>
<%
Response.Write(Request.ServerVariables("PATH_TRANSLATED"))
%>
-- Roland Hall /* This information is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. */ Technet Script Center - http://www.microsoft.com/technet/scriptcenter/ WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp MSDN Library - http://msdn.microsoft.com/library/default.asp
- Next message: Chris P: "IIS Internal Server Error 500"
- Previous message: Roland Hall: "Re: ASP stopped working"
- In reply to: Ray: "Re: ASP Database connection problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|