Re: [PHP-DB] Connect to a ms access on a remote drive

2004-08-02 Thread Karen Resplendo
How about mapping a drive on the web server to the folder where the MS Access mdb is? Need to give the web user account permissions. Then all you have to do is reference the mapped drive in the path, I believe. Not sure of the security ramifications here, however. Robert Twitty <[EMAIL PROTECTE

Re: [PHP-DB] Connect to a ms access on a remote drive

2004-08-02 Thread Robert Twitty
Assuming your PHP script is located on a Win32 server, you will have to run the web server under a user account that has permission to access the remote drive. You then have to reference the MS Access database by its UNC path. -- bob On Mon, 2 Aug 2004, Paul Kain wrote: > I am aware that theres

[PHP-DB] Connect to a ms access on a remote drive

2004-08-02 Thread Paul Kain
I am aware that theres a problem with connecting to an MS ACCESS DB on a remote drive. Anyoone how to do it correctly ? Please? :( -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php