|
-
Nov 7th, 2000, 06:43 AM
#1
Thread Starter
Addicted Member
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.
-
Nov 7th, 2000, 11:26 AM
#2
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|