Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1082
How to propagate Appointment changes in a computer network?
posted

Hi All,

We have a datatable that is bound to a calendarinfo instance with a dayview control on the form.  When we add, modify or delete an Appointment we launch AppointmentsTableAdapter.Update, but other network users do not see the changes.  I tried to use the DataBindingsForAppointments.RefreshData method, but I do not see the changes. The only method that we can see changes is to repeat every 5 minutes AppointmentsTableAdapter.Fill, but if there are many records this method takes a long time and lowers the performance.

How can I resolve this?

Regards, Lello

Parents Reply Children