Data Entry Forms - Need Help With General Concepts ! 
Author Message
 Data Entry Forms - Need Help With General Concepts !

I am going to investigate ADO.Net for use with ordinary data entry forms.

My data entry forms have to implement following functionalities:

1. Edited record must be locked so no other user attempts to modify it at
   the same time.

2. New records must have unique IDs assigned (preferably) by a database
   (SQL Server)

3. Forms must support master-detail entries (e.g.. Orders-OrderDetails)

4. Records must be added and/or edited either in batch mode or within
   a transaction so user can always undo (cancel) changes before committing
   (saving) them.

Since ADO.Net uses only disconnected recordset implementation of some of the
features I listed above has to be done much differently than with regular
ADO.

Could anybody who has already done this share some basic concepts?

TIA
Tom Jastrzebski



Sun, 08 Aug 2004 18:07:13 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Required entry field in data entry form

2. Data Entry Form

3. Creating data entry forms question.

4. need help with innerclass and collection concepts in C#

5. Help on reading a data file (entries separated by commas)

6. Need To Share Data With Different Forms

7. Need general help of C

8. visual studio plugin, help NEEDED on general info!!!!!!!!!!!!

9. Beginner needs general help with writing and using MACROS

10. scanf problem (DATA/MEMORY CONCEPT) (newbie)

11. tcxl toolbox, innovative data concepts

12. Fairly simple text-entry help needed

 

 
Powered by phpBB® Forum Software