Example 1: SQLRecordset on Contacts table
Reading all records.
Reading 4 records, skipping the first record.
Adding sorting. Reading all sorted records.
Adding filters. Reading all filtered records.
Limiting the columns. Reading only selected columns.

TEST 2: SQLRecordset on Contacts table joined with Controls table
Reading all records.
Reading 4 records, skipping the first record.
Adding sorting. Reading all sorted records.
Adding filters. Reading all filtered records.
Limiting the columns. Reading only selected columns.

Powered by MIPHPF Version 2.0. Copyright © 2004-2006. Mirchev Ideas

Execution time is 0.017 seconds.