
Signature
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
> Bob Barrows [MVP] wrote on 15 jan 2008 in
> microsoft.public.inetserver.asp.db:
[quoted text clipped - 7 lines]
> Oh terminology. I mean you could get the data one record at a time
> from an sql execute, you would not call that a record set, I hope?
A set can consist of a single element, so I'm not sure why I wouldn't
call the object returned from the execute method a "recordset"?
I'm not trying to argue here, I'm just trying to understand your point.
How is retrieving a single record relevant to the OP's problem? Or are
you just stating an example to help illustrate the point you were
making?
>> What kind of object is mData?
>
> Just mu favoured name in:
>
> set mData = CONNECT.Execute(SQL)
Since the ADODB Execute method returns an ADODB Recordset object, and in
this case assigns it to the mData variable, ISTM you are using a
recordset object n'est-ce pas?
Unfortunately, the OP did not provide enough information to enable us to
help him beyond this speculation. 6500 records of the size he describes
does seem to be an awful lot to be dumping onto a single page. I don't
understand the restriction against paging, but then again, I doubt the
boss understands the ramifications of his requirements.

Signature
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Evertjan. - 15 Jan 2008 22:07 GMT
Bob Barrows [MVP] wrote on 15 jan 2008 in
microsoft.public.inetserver.asp.db:
>> Oh terminology. I mean you could get the data one record at a time
>> from an sql execute, you would not call that a record set, I hope?
[quoted text clipped - 5 lines]
> you just stating an example to help illustrate the point you were
> making?
I was commenting on my lack of terminology in db programming,
not your expertise, Bob.

Signature
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)