I had created web site which is working fine on my machine I am using the following tools
LANGUAGE = ASP.NET
DATABASE = Dbase
PROBLEM:
I am getting database connection error when I am running this website on server, The Dbase also resides on the same server
CONNECTIONSTRING:
I am using following connection string
“Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\\Prism Plus\\Ho_data;Extended Properties=DBASE IV;”
ERROR MESSAGE:
“'D:\Prism Plus\Ho_data' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.”
I will appreciate any help and suggestion
Imran
LANGUAGE = ASP.NET
DATABASE = Dbase
PROBLEM:
I am getting database connection error when I am running this website on server, The Dbase also resides on the same server
CONNECTIONSTRING:
I am using following connection string
“Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\\Prism Plus\\Ho_data;Extended Properties=DBASE IV;”
ERROR MESSAGE:
“'D:\Prism Plus\Ho_data' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.”
I will appreciate any help and suggestion
Imran