tags:

views:

13

answers:

1

I want to Connect Pervasive ODBC using PHP on Windows. Wether we have to download Pervasive client version for same???? whats else we need to download for this???

A: 

To access Pervasive data through PHP, you will need either the client or the engine depending on where the data is in relation to where PHP is running. If PHP is running on a machine where the Pervasive data is located, you need the Pervasive engine. If the data is on a different machine, you'll probably need the Pervasive client.

From PHP, you can use ODBC to access the Pervasive engine. Here's a link to Pervasive's site: http://ww1.pervasive.com/developerzone/development_env/php.asp

mirtheil