I use MySQL for PHP and I need to retrieve data from MDB directly and display it to user browser.If php possible to retrive mdb data, so i do not need to write converter for MDB to MySQL.Why MDB + MySQL for PHP?VB --> MDB ---> running applicationPHP --> MySQL and a view tables in MDB --> new
}
// Close the recordset and destroy the object $rs->Close();$rs->Release();$rs = null;
// Close the connection and destroy object
$rs->Close();$rs->Release();$rs = null;
?>
- Original Message -
From: Emperor Kang Xi
To: [EMAIL PROTECTED
Hi all,I need help to solve my problem, I use ADO to connect MS Access database; the data is store in another server computer; I have try two different way to access the data, and below is the code:-//$dbName = "\\SERVER\mdb\mydata.mdb";$dbName = "X:/mdb/