简体   繁体   English

pxlib-如何从何处查询?

[英]pxlib - howto query with where-clause?

I'm using pxlib through php to query get some data in an ancient paradox-db. 我正在通过php使用pxlib来查询在古代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 我不明白我应该如何从数据库获取有限的记录集,文档位于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, ;-) 任何有悖论知识的人,请填补哥特式的空白,;-)

Ok, 好,

pxlib doesn't have any kind of sql-interface and can't use indexes to find records. pxlib没有任何类型的sql-interface,并且不能使用索引来查找记录。

looping through the fysical table is the only way. 遍历物理表是唯一的方法。

working pxlib.dll was found in xampp 1.7.1 (oldie) 在xampp 1.7.1(旧版)中找到了有效的pxlib.dll

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM