; 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
Hi,Thanks michael, i have tired before, and wont run and produce the same error messages. But it can run with while the MDB file is at local drive (what i need is network drive).but thanks alot anyway.. maybe i should try other way..
åç
<[EMAIL PROTECTED]>Re: [PHP-WIN] Permission deny on
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