Using a password for my db

hey guys,
im using a pass for my DB, when im opening it normally using the pass it works fine, but when im trying to open it through the web (i.e. log in page) it always tell me that the password for the db file is wrong… what can be the problem?
thats an access DB file if that matters
this is the error msg:

Microsoft JET Database Engine error '80040e4d' 

Not a valid password. 

this is my connection string

conn.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=path\\db.mdb; Persist Security Info=False; Jet OLEDB:Database Password=" & pass

thanks for the help

Login page to what exactly ulthane?

is that acutally matters? i just gave an example of a page where i use the database, after pressing the login button i get that error above pointing at the line where the connection string is…and i’ve checked it a few times and the password i put on the connection string matches the one the DB file uses, so i dont know where the problem is :confused:

What I mean is that maybe the password online could be different from your local one

hey, thanks for the reply donboe, but i got it solved already in this topic :slight_smile: