Re: Re: Re: [PHP-WIN] Permission deny on connecting MS Access database

2004-11-30 Thread Emperor Kang Xi
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

Re: Re: [PHP-WIN] Permission deny on connecting MS Access database

2004-11-29 Thread Emperor Kang Xi
 }   // 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

[PHP-WIN] Permission deny on connecting MS Access database

2004-11-25 Thread Emperor Kang Xi
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/