We have a ticker feature on the site that pulls the text from a db. The ticker is at the top of each page. Currently a call is made to the database on each page load which seems very inefficent.
There has to be a better way to do this.
Can I do something with the recordSet in the global.asa which is a possibilty mentioned to me but I have no idea how to go about it.
There has to be a better way to do this.
Can I do something with the recordSet in the global.asa which is a possibilty mentioned to me but I have no idea how to go about it.