K
Keith
Say I write a little c# client and have a database. I want multiple
people to use the client, which will display a datagrid, or tree control
with data from the databse. The client will allow updates, insertions,
deletes of data that is populated from a table in the database.
Now, how do I get the client to show real time updates? So that if user
(A) deletes a record or changes a field, user (B) sees it right away ?
Should I use:
a. web services
b. wse 2.0
c. remoting
d. other
people to use the client, which will display a datagrid, or tree control
with data from the databse. The client will allow updates, insertions,
deletes of data that is populated from a table in the database.
Now, how do I get the client to show real time updates? So that if user
(A) deletes a record or changes a field, user (B) sees it right away ?
Should I use:
a. web services
b. wse 2.0
c. remoting
d. other