I have a C# application that is bound to a MS Access 2003 database. If someone running the application on another machine adds a row to the access database I would like my application on my machine to realize that a new row was added, and update its datagridview automatically with the new row (in bold). How do I detect a new row being added to the database from my application and change it to bold? thanks
guid
Start Free Trial