use DBX; $conn = DBX->mysql("database=test;host=localhost;", "", ""); $rs = $conn->query("SELECT * FROM test"); while($rs) { print $rs->field("client") . "\n"; $rs->field("client", "test"); $rs->move_next; }
Some more features are coming soon, including random-access recordsets and insertion and deletion of records.
In reply to DBX offers simplified access to the DBI by batkins
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |