Try backslashes instead of forward slashes:
"DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" &
Server.MapPath("\ourhaley.com\database\haley.mdb") & ";"
http://www.communitymx.com/content/article.cfm?page=1&cid=A6D0B2B03FC484DB
--
Ken Ford
Adobe Community Expert
Fordwebs, LLC
http://www.fordwebs.com
"redrider321" <webforumsuser@macromedia.com> wrote in
message news:f169hn$grm$1@forums.macromedia.com...
> I'm trying to create a dsn-less connection to 1and1.com.
I'm using the custom
> connection string,
> "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" &
> Server.MapPath("/ourhaley.com/database/haley.mdb") &
";"
> I'm getting the error "http error code 400 bad request"
> I've been around and around with support to no avail.
> Any thoughts anyone?
>