If you are talking about Physical Database e.g. Access, SQL Server, then they won't update in this way.
Normally Data binding is done in memory which means all your updates will also take place in memory. You have to TableAdapter, SQLCommand, etc. to replicate the updates in physical database. On Mon, Jan 10, 2011 at 3:36 PM, Markei54545 <[email protected]>wrote: > Thanks for that. > > Forgot to mention, when I make changes to my records using the > databound fields, they don't update the underlying database as > expected. Any ideas? > > Thanks > > On Jan 10, 6:32 am, Arsalan Tamiz <[email protected]> wrote: > > BingindSource.MoveNext() > > > > > > > > On Sun, Jan 9, 2011 at 1:35 AM, Markei54545 <[email protected]> > wrote: > > > Hi all, > > > > > I have a very simple form in vb.net 2005. It has a few data bound > > > fields (created by dragging fields over from the data sources > > > explorer) and has created the following on the form.. > > > > > dataset > > > Bindingsource > > > TableAdaptor > > > BindingNavigator > > > > > The navigator object has arrow buttons on it to go to the next record, > > > last record etc. > > > > > I just want know, how can I programatically get the screen to flick to > > > the next record, rather than clicking on the arrow. > > > > > Hope that makes sense. > > > > > Mark- Hide quoted text - > > > > - Show quoted text -
