Re: [GENERAL] Determining offsets to jump to grab a group of records

2008-06-12 Thread David Lambert
be independent from the ordering that way a user could order it by first name, last name, brother's wife's maiden name, etc. and it would still work correctly. Are there any other ways to accomplish this? Thanks. David Lambert -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org

[GENERAL] Determining offsets to jump to grab a group of records

2008-06-11 Thread David Lambert
to calculate an approximate offset? Any help you can provide is greatly appreciated. David Lambert -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] Determining offsets to jump to grab a group of records

2008-06-11 Thread David Lambert
to go through their data in a grid like fashion with seeking and positioning. We have used direct WHERE clauses in our asp.net applications but we wanted the desktop application to be a little bit more responsive and easy to use. Is there a better way to approach this? David Lambert -- Sent