I guess that I am taking the lazy route. I would like to avoid counting on
the user to click "Save" after editing data on a form or datagrid. All of
our current apps save the record when you change rows.
Also thought that it may reduce the amount of code required for updates,
inserts, deletes, and user concurrency. I need to have this major db app
up and running it less than two weeks, and I calculated that after I
create the data classes, data access classes, stored procedures, and
concurrency checking that I at least a few thousand lines of code to write
and debug...
Thanks
Miha Markic said:
What functionality are you looking for?
--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development
www.rthand.com
Blog:
http://cs.rthand.com/blogs/blog_with_righthand/
Brooke said:
I would like to bind some datagrids to datasource and have them update
the database when a row is changed. I don't like the disconnected mode.
I am developing a Windows Form app, not an ASP.net app.
Would like to have the same functionality as I did with VB6 and
Delphi....
Thanks