G
Gaspar
I come from the Delphi + ADO programming environment. I used to have
datasets and records and I was very happy. I read about the ADO.NET breaking
changes and they are very interesting, however I'm having trouble with my
first DB application.
Some facts:
- It seems that all updated are cached. If I modify data in a Grid, it isn't
save until I call the Update method.
- I couldn't find a way to know when a binding source changed the status
from Browsing to Editing, so as to know when should I prompt the user "You
are closing the window, but you have unsaved data data. Do you want to
save?"
- The binding source navigator does not have build it save/edit/cancel
buttons. With ADO, the navigator activated the post/cancel buttons when the
current record was being edited.
Any help? I'm feeling kind of lost.
Thanks!
datasets and records and I was very happy. I read about the ADO.NET breaking
changes and they are very interesting, however I'm having trouble with my
first DB application.
Some facts:
- It seems that all updated are cached. If I modify data in a Grid, it isn't
save until I call the Update method.
- I couldn't find a way to know when a binding source changed the status
from Browsing to Editing, so as to know when should I prompt the user "You
are closing the window, but you have unsaved data data. Do you want to
save?"
- The binding source navigator does not have build it save/edit/cancel
buttons. With ADO, the navigator activated the post/cancel buttons when the
current record was being edited.
Any help? I'm feeling kind of lost.
Thanks!