S
Strange Cat
Hi everyone!
I'm about to start a new project and I'd like to hear from someone more
experienced than me.
What I'm requested to do is:
Display an autorefreshing page that gets data from a SQL Server DB on web
clients: kinda know how to do this, autorefreshing page with HTTP Tag
META... and so on.
What I'm begin asked to do is NOT TO QUERY THE DB every time the page
refreshes, but instead keep the data in memory (an Application.Item would be
ok I guess) and refresh the data in Application.Item ONLY when a change
occurs in DB Data.
I would also write a separate (Windows Forms) program that gathers data and
updates the DB.
What's the problem, then? How can I INFORM the ASPNET application that data
has changed in DB and it's time to refresh the data in Application memory?
Use a Webservice? Really dunno...
Thanx in advance for any idea.
ASC
I'm about to start a new project and I'd like to hear from someone more
experienced than me.
What I'm requested to do is:
Display an autorefreshing page that gets data from a SQL Server DB on web
clients: kinda know how to do this, autorefreshing page with HTTP Tag
META... and so on.
What I'm begin asked to do is NOT TO QUERY THE DB every time the page
refreshes, but instead keep the data in memory (an Application.Item would be
ok I guess) and refresh the data in Application.Item ONLY when a change
occurs in DB Data.
I would also write a separate (Windows Forms) program that gathers data and
updates the DB.
What's the problem, then? How can I INFORM the ASPNET application that data
has changed in DB and it's time to refresh the data in Application memory?
Use a Webservice? Really dunno...
Thanx in advance for any idea.
ASC