Dcom
-
hello can anybody give a small example of how to use the dcom the example: a client connect to a database threw a server so we have an application in the server that permit to the client to connect to the database plz i need that very much regards
etretyertyery
-
hello can anybody give a small example of how to use the dcom the example: a client connect to a database threw a server so we have an application in the server that permit to the client to connect to the database plz i need that very much regards
etretyertyery
U should have knowledge of remoting. Once a class is running in the server . U can create a instance of that object in ur client throw remoting then use it how ever u want. Knowledge of reflection is added benefit. Pls get an idea from this. http://blogs.msdn.com/adioltean/archive/2004/06/18/159479.aspx
-
U should have knowledge of remoting. Once a class is running in the server . U can create a instance of that object in ur client throw remoting then use it how ever u want. Knowledge of reflection is added benefit. Pls get an idea from this. http://blogs.msdn.com/adioltean/archive/2004/06/18/159479.aspx
hi thanks very much for ur help, but there is a very difficult to me to do that, so in a sample question: can u send me the conception of a client that wanna to connect to an sql database threw a server (it is an application in the server that permit the connection to the database) plz tell me what kind off application should i use in the server, what this application should return to the client application (is it an xml file). again thanks very much,regards. bye
etretyertyery