When I test this code in InterDev for an .asp page I get this error:

An exception of type "Microsoft Database Engine : Unspecified Error' was not handled.

then it singles out this line of code

Any ideas what's wrong?

Code:
.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Inetpub\wwwroot\ryyyya\yyyy.org\Emailer\Emails.mdb;Persist Security Info=False"
here is code before it

Code:
Dim Dconn, sSQL, sSQL2, cmDC, SQL, SQL2, Recordset
				
	Set Dconn = Server.CreateObject("ADODB.connection")
		Dconn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Inetpub\wwwroot\ryyyya\yyyy.org\Emailer\Emails.mdb;Persist Security Info=False"