All,
I have a sql table that holds specific information that I would like to have in RAM so
I don't have to hit the database each time I need to look up a row.
I know I could use an Array, but that would mean using a for loop each time and
loop through each item until I got to the correct one.
In Code could someone point me to an easy way I could just give an ID and get the
information I need.
Thanks,
Rog
Start Free Trial