Having trouble with OLEDB database path in ASP .. HELP needed
I am kind of stuck. My ASP dating system was working all fine, until i changed the path to OLEDB database (something like that). NOw the whole dating system is down, and is not responding. I have tried changing the path to everything i can, but still no response. Here is the path i am using:
----
datasourcename="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\myhost\access_db\boaldatabase.mdb"
----
Any idea, where am i going wrong?
Also, this program uses CDONTS to send out mail, and my server admin tols me, that i have CDONTS on my web server. I dont know how to detect it and plug it in to program. Wish i knew something about ASP.
Any help would be appretiated.

