A
Anonymous
Guest
Hi all,
I'm using the following connection string to connect to the "P000Lap" Pervasive database from within MS Access
(See screenshot)
tdfLinked.Connect = "ODBC;DSN=P000Lap;DBQ=P000Lap"
However I would like to connect to it from PhP.
At the moment I'm connecting to a MySQL database from PhP but would also like to connect to the above.
$mysqli = mysqli_connect($databaseHost, $databaseUsername, $databasePassword, $databaseName);
How do I change the connection string for this.
If for whatever reason it is not possible, then how do I connect to the "PSQL" database in the screenshot - which is an Access db
Thanks a lot
I'm using the following connection string to connect to the "P000Lap" Pervasive database from within MS Access
(See screenshot)
tdfLinked.Connect = "ODBC;DSN=P000Lap;DBQ=P000Lap"
However I would like to connect to it from PhP.
At the moment I'm connecting to a MySQL database from PhP but would also like to connect to the above.
$mysqli = mysqli_connect($databaseHost, $databaseUsername, $databasePassword, $databaseName);
How do I change the connection string for this.
If for whatever reason it is not possible, then how do I connect to the "PSQL" database in the screenshot - which is an Access db
Thanks a lot