B
Brad Allison
Hello,
I am new to ADO and VB.Net. I am not new to using Access. I am in the
process of creating a very large entry system for dog shows and I am having
a problem. All seems to work except one very important thing and that is
saving the actual data that has been input to the bound controls between my
Windows VB form and the actual Access table. I know that this is a very
broad and general topic, but any little information may help.
I have my ole db data adapter, my datasets in place and I have code that
reads
oledbdataadapter1.update(dsDataset1)
When this runs, no data is updated. I have read about data tables, data
views, adding rows, insert, update, delete, etc, but I am missing something
other than simply creating a data adapter, creating a dataset and then using
the data adapters update to write changed or new records back to the Access
table.
Again, thanks for any information.
Brad
I am new to ADO and VB.Net. I am not new to using Access. I am in the
process of creating a very large entry system for dog shows and I am having
a problem. All seems to work except one very important thing and that is
saving the actual data that has been input to the bound controls between my
Windows VB form and the actual Access table. I know that this is a very
broad and general topic, but any little information may help.
I have my ole db data adapter, my datasets in place and I have code that
reads
oledbdataadapter1.update(dsDataset1)
When this runs, no data is updated. I have read about data tables, data
views, adding rows, insert, update, delete, etc, but I am missing something
other than simply creating a data adapter, creating a dataset and then using
the data adapters update to write changed or new records back to the Access
table.
Again, thanks for any information.
Brad