Hi ,
I am going to program windows application with c# and SQL server 2000 The Program use one central Database and all other versions of the program running on other computers in local network use this central Database on the server computer
But i have no idea about how to implement client/server application
After a lot of searches i found all i need is to specify the ip of the DB server in the connection string
So this is my questions ...
IS the only change i need is to specify the ip of the DB server in connection string ?
Does the client computer need any other programs in addition to my program (database client tools or any other libraries) ?
I found a lot of articles talking about Network Libraries like (dbmssocn, dbmsrpcn, dbmsspxn) , so what is the use of these libraries ? and how can i use them in my code ? and which one is better ?
Any links to sample programs or articles covering this topic are very welcome
Thanks in advance