I assume from the request you're using win(98+) and IIS 4+ and have
installed PHP and it works...

Now, IF your Access database will be accesed using any kind of Access
front-end while the website will be being used, you will need to
replicate your access database because of the locking that occurs with
Access.

Assuming you dont have a front-end, simple create a SYSTEM DSN, then you
can simply use PHP's in-built ODBC support. IF you require an example of
code using ODBC them mail me back - missing the mailing list.

If your database will be using a front end simultaniousley - or
thereabouts, you will need to replicate and sychronize the replication
to keep it up-to-date, unfortinatley this needs to be done because of
the aforementioned locking.

Hope this helps...

-----Original Message-----
From: Mikael Syska [mailto:[EMAIL PROTECTED]]
Sent: 30 April 2002 10:33
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Access databse


I want to access a microsoft access database, how do i do that??? I
can't 
find any tutorials or anything, can any one help me????

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to