getting data form windows service

ganders

Freshman
Joined
Nov 25, 2004
Messages
32
hi

is there a way to communicate with a windows service? i have a windows service that should act as an interface between some users and our database. my idea was to write some functions in the service-class that returns database-values to the users.

the service runs on the database server. on every client there's another application for the communication with the service....

creating the service itself isn't a problem. i just can't find a solution for the communication between the apps and the service for getting the database-values...

how could this be done?

best regards
 
Back
Top