S
sandal
I've watched the "VB How Do I" series and there is seems very simple to
create an updateable form by dragging a table from the Data Sources tab,
as either a grid or a detail, to a form. However when I do it, using an
Access mdb as the data source, nothing is ever saved to the database.
The edits persist as long as the form is open but if closed and
reopened, nothing was committed. The expected code is in place
Me.TblProjectBindingSource.EndEdit()
Me.TblProjectTableAdapter.Update(Me.ConsultDataSet.tblProject)
It's kind of strange to have such a simple attempt fail...what could be
causing this? I've already uninstalled and reinstalled vs. This is the
trial edition (vs 2005 pro, sp1); but I can't believe MS would configure
the trial with edits disabled.
create an updateable form by dragging a table from the Data Sources tab,
as either a grid or a detail, to a form. However when I do it, using an
Access mdb as the data source, nothing is ever saved to the database.
The edits persist as long as the form is open but if closed and
reopened, nothing was committed. The expected code is in place
Me.TblProjectBindingSource.EndEdit()
Me.TblProjectTableAdapter.Update(Me.ConsultDataSet.tblProject)
It's kind of strange to have such a simple attempt fail...what could be
causing this? I've already uninstalled and reinstalled vs. This is the
trial edition (vs 2005 pro, sp1); but I can't believe MS would configure
the trial with edits disabled.