I tried to solve this problem by using COM object ( ADODB.Connection ) , It's just like ASP's DSN Less Connection .
the code is like this
$myconn = "Driver=Microsoft Access Driver (*.mdb);DBQ=c:\kerjaan\masintra\database\jual.mdb";
$dbc = new com ("ADODB.Connection");
$dbc -> open($myconn);
It Worked but the recordset won't
my apache for Window always get an error from msado15.dll , I don't know what' happen.