Yeah, I am not worried about people downloading my database as this particular one has nothing of value or use to them inside of it.
Thanks for your help D3mon, but how do I add the password to this to open it? I've been trying this:
Code:
Set connectionToDatabase=Server.CreateObject("ADODB.Connection")
ConnectionToDatabase.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & server.mappath("MYDB.mdb") & _
"Password=DUCK;"
What this does is it adds Password=DUCK to the end of the databse name instead of unlocking the dern thing. Any suggestions with this?