MS Access user/password question

Just curious what I am supposed to put down for the username and password in an Access database connect function. Is it the name and password of server i’m connecting to or something else?

[php]$connection = odbc_connect(“Driver={Microsoft Access Driver (*.mdb)};Dbq=$mdbFilename”, $user, $password);[/php]

Check this page out - http://office.microsoft.com/en-us/access-help/about-user-level-security-mdb-HP003070410.aspx. It’ll explain all u need to know about access and login stuff.

But yea, if its on a remote server, you’ll need to contact the author of that mdb and either add your name or setup the security for it.

Sponsor our Newsletter | Privacy Policy | Terms of Service