DataSet in C# Running as Windows Service - TechRepublic
General discussion
June 20, 2005 at 08:36 AM
netsecsvc

DataSet in C# Running as Windows Service

by netsecsvc . Updated 20 years, 8 months ago

My program has a Dataset that writes to a database when it receives information, it works fine. However, I want to convert the program into a Windows Service, which would mean the Dataset would have to be in the Service, and the Datagrid display GUI would have to be a seperate executable that reads the Dataset. Therein lies the problem, the Dataset within the Service cannot be read from the GUI even if it is set as Static Public. Surely this sort of thing has been done a million times, but I can’t find any documentation relating to this. What methodology is used to achieve the dataset backend / GUI front end service functionality?

This discussion is locked

All Comments