G'day!
I am trying to access data in a Pervasive database which is of quite an old
version, not sure which, but using the Pervasive Software ODBC-32 driver,
version 2.04.02.10, which comes with the application I am trying to share
data with, Pastel Partner 5. I am running PHP 4.3 on Windows 2000
P
I am trying to connect from PHP to Pervasive SQL using ODBC, and I am
experiencing difficulty.
My PHP looks like this:
$dsn = "GruffTrading"; // Datasource
$dsu = ""; // User
$dsp = ""; // Password
if(!$odbc = odbc_connect($dsn,$dsu,$dsp)) die("Unable to connect to Data
Source $dsn".odbc_error().
2 matches
Mail list logo