I have developed an application to read data from excel spreadsheet which get data from RTD server. So whenever spreadsheet get updated I can write that data to database using C#. But my concern is that I don't want to rely on that spreadsheet as an intermediate source of data from RTD server. Is it possible to get data directly from that RTD server in my application so why I can store that in database. That must be possible, and i just need hint to do this.
Thanks. DnyaN :)