N
Nathan
Hi,
I'm an ADO.NET beginner. I have an application in which all my database
updates are done on the main form. It includes numerous dialogs which
access the dataset information, then the dataset is updated when returning
to the main form. If one user goes to one form and edits new data and
enters new rows, the database itself is updated accordingly, but that new
information is not retrieved by other users. How can I fill the dataset
with new/different information entered by other users without clearing all
the dataset tables and refilling them?
Thanks,
Nathan
I'm an ADO.NET beginner. I have an application in which all my database
updates are done on the main form. It includes numerous dialogs which
access the dataset information, then the dataset is updated when returning
to the main form. If one user goes to one form and edits new data and
enters new rows, the database itself is updated accordingly, but that new
information is not retrieved by other users. How can I fill the dataset
with new/different information entered by other users without clearing all
the dataset tables and refilling them?
Thanks,
Nathan