Frage

I'm using pxlib through php to query get some data in an ancient paradox-db.

I don't understand how I'm supposed to get a limited recordset from the db, docs at http://us2.php.net/manual/en/ref.paradox.php

I'm thinking of some kind of where-clause...

Anyone with paradox knowledge, please fill the gothic gap, ;-)

War es hilfreich?

Lösung

Ok,

pxlib doesn't have any kind of sql-interface and can't use indexes to find records.

looping through the fysical table is the only way.

working pxlib.dll was found in xampp 1.7.1 (oldie)

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top