J
Jarod
Hey
I have very simple Access database. I added it as a source to my windows
app, and typed dataset was created. Let's say it's moviesDataSet. I added
bindingSource and used detailed view. So in my interface now is the
navigator on the top and add and delete button. I added also Save button,
because add button creates a new row but only in interface. What's the
easiest way to save it. I can set values in the moviesDataSet by adding new
row. But it forces me to read this values from interface manualy. Is there a
way to just have it read and set with no additional work ?
Jarod
I have very simple Access database. I added it as a source to my windows
app, and typed dataset was created. Let's say it's moviesDataSet. I added
bindingSource and used detailed view. So in my interface now is the
navigator on the top and add and delete button. I added also Save button,
because add button creates a new row but only in interface. What's the
easiest way to save it. I can set values in the moviesDataSet by adding new
row. But it forces me to read this values from interface manualy. Is there a
way to just have it read and set with no additional work ?
Jarod