OrthoDocSoft
Programmer
Folks,
I Googled this, but couldn't find the answer. If I do this:
Is there a limit to the number of records that can be pulled into the recordset? Is it just over 32,000? I'm getting an "Overflow" error in a little app I'm writing and I suspect this is the cause.
Thanks,
Ortho
"you cain't fix 'stupid'...
I Googled this, but couldn't find the answer. If I do this:
Code:
strSQL = "SELECT * FROM MyTable '(and I know this is sub-optimal....)
adoRecordSet.Open (strSQL), adoConnection, _
adOpenForwardOnly, adLockReadOnly
...
Is there a limit to the number of records that can be pulled into the recordset? Is it just over 32,000? I'm getting an "Overflow" error in a little app I'm writing and I suspect this is the cause.
Thanks,
Ortho
![[lookaround] [lookaround] [lookaround]](/data/assets/smilies/lookaround.gif)