J
Jocab
Suppose I want to write an application which checks data every 3
hours, either from a webservice (somewhere else) or a remote website
(using regular expressions). Every 3 hours, it should check and write
the new figures into a MS SQL Server database. How could I do this?
Only the website which would use this information afterwards would be
in ASP.NET...
hours, either from a webservice (somewhere else) or a remote website
(using regular expressions). Every 3 hours, it should check and write
the new figures into a MS SQL Server database. How could I do this?
Only the website which would use this information afterwards would be
in ASP.NET...