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

2004-12-01 Thread Michael Adams
; 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

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

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

2004-11-26 Thread Luis Moreira
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

[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/