Then, after that's all working, go to
http://yoursite.com/TheDirectoryWithTheDB/diary.mdb and notice that you are
prompted to download your database. Anyone would be able to download your
database that way.
Yes, just checked. How could we avoid that?
Mats
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message news:<#6faN3dXDHA.888@TK2MSFTNGP10.phx.gbl>...[color=blue]
> Try this connection string:
>
> "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &
> Server.Mappath("diary.mdb")
> OLEDB
>
> Then, after that's all working, go to
>
http://yoursite.com/TheDirectoryWithTheDB/diary.mdb and notice that you are
> prompted to download your database. Anyone would be able to download your
> database that way.
>
> For further information on the error you received, read
>
http://www.aspfaq.com/2009.
>
> Ray at work
>
> "J. Muenchbourg" <jodaddy@canada.com> wrote in message
> news:u0YpzzdXDHA.2256@TK2MSFTNGP10.phx.gbl...[color=green]
> > I keep getting
> > "Unable to open registry key 'Temporary (volatile) Jet DSN "[/color]
>[color=green]
> > <%
> > dbcon="DBQ=" & Server.Mappath("diary.mdb") & ";Driver={Microsoft Access
> > Driver (*.mdb)};"[/color][/color]