I've built a windows form app that connects to a sql database. When the app is open the dataset does not update when new records are added to the database from an outside app. How can I get the dataset to refresh?
Barry Kaufman