|
Add a Record |
|
|
In a DAT - TPS or Ms SQL or MySQL Table you can ADD a record using the main Frame's INSERT button
DMC will offer up the next value in sequence depending on the Primary key ....
CAREFUL : NO CHECKS are done at this level so it will be your responsibility to make sure all KEY conditions are met before saving to File otherwise you will get an error message In which case the new record will still be help in Que for you to change it's Value and let you succeed in the Insertion.
|