; Why MDB + MySQL for PHP?
> VB --> MDB ---> running application
> PHP --> MySQL and a view tables in MDB --> new development have
> different purpose with VB application
>
> <[EMAIL PROTECTED]>
> Re: Re: [PHP-WIN] Permission deny on connecting MS Access data
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
This is not a PHP error, it's a DB error, and the message is very clear.
Either the database is opened allready, and exclusively, or you have to
give a username/password with sufficient rights, which you are not
doing, with that command.
Luis
Emperor Kang Xi wrote:
Hi all,
I need help to solve m
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/