Question : how can i put a username and password of ms access dtabase?

i have a php application with ms access database, there is no username and password in that but i want to use a username and password of that. where can i do that?

Answer : how can i put a username and password of ms access dtabase?

$rs="SELECT Count(*) As RecCount FROM MyTable"


$fv = $rs->Fields("RecCount");

your $fv variable should contain the Recordcount ...
Random Solutions  
 
programming4us programming4us