php 64位打开 MDB 出错  <?php
header("Content-Type: text/html; charset=utf-8");
$conn = @new com("ADODB.Connection") or die ("ADO连接失败!");
$conn->ConnectionString="PROVIDER=Microsoft.Jet.OLEDB.4.0;;Data Source=D:/MYMDB.mdb";
$conn->Open(); $conn->Open();  这句出错
com_exception: in D:\share\website\www\php\json\testacc.php on line 7用32位的php  正常...有遇到同样问题的朋友吗?