hashtable and dataset

  • Thread starter Thread starter coollzh
  • Start date Start date
C

coollzh

i have two tables, role and modules, and the two tables have some relations
for user authentication.
now ,i want to cache these data on application start void database
roundtrip.
i have two method to cache these date,one is hashtable(roleHashtable and
ModuleHashtable),another is Dataset with tables relation. Which is the
better solution from performance and scalability viewpoint.
 
Back
Top