I was wondering if there was a way to call a query result and then cache that result into memory without having to reesablish a connection for a new query? Any suggestions?
You can use sessions. Of course, you won't be able to use the various fetch functions in subsequent pages but your data will be there.