Results 1 to 2 of 2

Thread: recordsets vs arrays

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 1999
    Location
    Belfast
    Posts
    254
    Hi,
    as far as programming styles and time considerations, are there any concrete numbers refering to the resource differences between using arrays and recordsets?

    Is it more advantageous to use getrows when populating the array, if used?

    Thanks

    Lenin.

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    Depends.. if your doing it on an ASP page, yes, it is faster to use arrays. If your creating a readonly, forwardonly recordset to populate in a client server app, probably minor differences in speed.

    Arrays are costly memory-wise, but do not require a type library to be loaded (although it(ADODB) is already loaded in this case)
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width