I have an asp page that I am using to display more detailed information of the record selected. To do this I am exporting the fields to Session variables, placing them on the asp page in the desired location and group, and calling "ASPdbPro", then proceeding with the next set of fields. In total I have 4 calls to "ASPdbPro" on a single page. The page works fine. As this page is for display use only I am not concerned with adding or editing records. Are their any problems with doing it this way? I am especially concerned with memory usage on a high traffic site.

Thanks, Jim H.