How to connect with pervasive database via php
问题 I need to know how can I connect with pervasive database via php. As I know, I have to use ODBC . I configured it on my Windows 7 system and I created table in pervasive server. This is my code, but it does not work: $connect_string = "DRIVER={Pervasive ODBC Client Interface}; SERVERNAME=localhost; SERVERDSN=demodata;"; $conn = odbc_connect($connect_string, 'root', 'root'); 回答1: You probably already have the ODBC drivers installed; I obtained the latest by installing the Pervasive Client from