Windows services
COM
1
Posts
1
Posters
0
Views
1
Watching
-
After i have created a services in c# using the processservices class, this services contain only a method GetDate(). but can any body tell me how can i interacte with this sevices. for example, i should have a method instead of GetDate (): Establishconnection(param..) that help me to connect to an Sql2005 server (this method is with the services). And after, i should connect to this services from a client application and call this method and then get the connection with the SqlSever without having an sqlclient in the client machine. regards, bye.
etretyertyery