Forum Moderators: open
I don't use it, but I know people that swear by it. I feel that if you don't need a specific cursor, or don't need to page, then why use the extra overhead? Is the extra overhead even that significant?
Thanks for any examples/articles that can be given.
-Matt
Great example showing the two versions (Classic ASP & .NET)
[developerfusion.com ]
Also, think about developers that might be working on your code in a few years. If you were picking up a piece of code for the first time and had to make some mods would you rather see myarray(1,1) or RS.Fields("OrderID")?
In my opinion the arrays make the code hard to read for the novice.