You have 3 options.

Option 1: Use PHP's native odbc extension. This option is limited, and
only works on @in32 platforms.

Option 3: Use PHP's COM support. This option only works on @In32
platforms, and does not follow the function paradigm of PHP's database
extensions. Example code:
http://aspn.activestate.com/ASPN/Cookbook/PHP/Recipe/163447

Option 3: Use the ODBTP extension, available at
http://odbtp.sourceforge.net. This options allows you to remotely connect
to an Access database from any platform. It provides the best support for
MS Access. Here is an example of how to use ODBTP to call a MS Accesss
stored query: http://odbtp.sourceforge.net/storedqry_php.html

Note: All of these options are supported by PEAR DB.

-- bob

On Wed, 2 Feb 2005, Darryl wrote:

> Hay,
>
>
>
> I was just wondering if any of you had any links to websites that explained
> php programming with Access databases.
>
>
>
> Thanks in advance,
>
> Darryl
>
>

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

Reply via email to