in reply to Re^2: Reading A TAble
in thread Reading A TAble
Accessing the table in the method you described should not load the whole table into memory. If you'd like to order the results by some field (primary key or otherwise), use an ORDER BY clause in your select statement.