doesnt work?
OK. I have an Access 2000 db. ODBC on windows and php+ apache web server.
my
<?
$odbc = odbc_connect ('Invoicedb', 'Admins', 'sss') or die( "Could Not Connect to ODBC Database!" );
?
always works whatever the username or password!?
I changed the user account in MS Access and in the ODBC settings I created a password for admin but still whatever I try I can connect. ?
What is a good way to implement user access rights to a Access Database?
PS: NOOB asking