views:

19

answers:

0

I have a BindingSource whose datasource is a database table. There is a DataGridView whose datasource is the BindingSource. I have not been able to determine if changes made to the database are immediately seen by the binding source and then rows added/changed on the DataGridView. Environment is: VS 2008, VB.NET, database is SQLite. Thanks.