Re: ADO recordset problem in recursive routine



I'm assuming the array is zero based... so use recordcount-1

"Mark" wrote:

> Hello again... Sods law, figured it out straight after making my last post.
>
> Instead of using a second recordset for the children I am using an array
> populated using getrows etc... Wow... I thought the DAO version was fast
> enough, this is much faster :@)
>
> Cheers
>
> Mark
>
>
>
.



Relevant Pages

  • RE: A little Macro Help Please ...
    ... "mark" wrote: ... The code below has a 2 dimension array which contains the field to apply the ... criterion to, ... E, places the cursor in the cell F3, and turns the protection back on. ...
    (microsoft.public.excel.programming)
  • Re: Please help optimize (and standarize) this code...
    ... > Mark F. Haigh wrote: ... But the reason I didn't use an array of strings in the ... What's the biggest number of elements that your array can have? ...
    (comp.lang.c)
  • Re: posting an array
    ... > Mark D Smith wrote: ... > An array, such as ... what i don't get is the in the first script i am building the array with ... in a while loop so i thought this would build an array which i could then ...
    (comp.lang.perl.misc)
  • Re: posting an array
    ... > Mark D Smith wrote: ... >>pushed to an array. ... > foreach (@accounts) { ... > escapeHTMLis exported if you use CGI like this: ...
    (comp.lang.perl.misc)
  • Re: Static Read-only array fields in C++
    ... > doesn't allow the keyword const pointer to const object on array fields in ... > because the pointer in the field cannot be marked as constant then it is ... I don't believe there is a way to mark as read-only a field as it is in C#. ...
    (microsoft.public.dotnet.languages.vc)