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]