Limit data amount in response to SELECT query
- From: greken80@xxxxxxxxxxx
- Date: 30 Mar 2006 04:17:02 -0800
Hi, I need to limit the amount of data (rows) that I get when issuing a
SELECT query to an Exchange Server.
I'm using ADO with ExOLEDB to populate a recordset with e-mails.
Unfortunately, when the user has a lot of e-mails stored on the server
it takes a veeery long time to get them all.
I'm sure there has to be a way to do this... in WebDAV there is a
'range' header you can set, and in regular SQL you can 'select top 10',
but how to do something similar here?
Thanks for any help!
.
- Follow-Ups:
- Re: Limit data amount in response to SELECT query
- From: Stephen Howe
- Re: Limit data amount in response to SELECT query
- Prev by Date: Re: are there limitations of SQL used in text driver via ADO
- Next by Date: Re: Limit data amount in response to SELECT query
- Previous by thread: recordset connection network failure
- Next by thread: Re: Limit data amount in response to SELECT query
- Index(es):
Relevant Pages
|
|