OK, people around here seem terminally incapable of selecting a database to use for one of my projects, so I'm trying to use the DBX extention rather than database-specific functions to write it. However, unless I'm missing something, DBX doesn't seem to have any way of letting you know how many rows would have been returned if you hadn't used a 'limit' clause. Anyone know a way around that? is it burried somewhere in the bowels of that huge, complicated array you get as a query result, and I missed it?