Next scenario in VFP9
I am only using updatable views with autoinc field as primairy key.
"Master" view is easy to handle, just do append blank "et voila!"
Than I do have on same dataform another (some even several) views for the relation which need the primairy key of 'The Master' as one of their fields in new records.
"The master's" primairy key is only available after a tableupdate().
What is good scenario to follow for saving these views ?
Currently I do have in framework the '10001-things' solution. Holding transaction to be sure 'all or nothing' is saved in the proper way.
Pls advice.
-Bart
I am only using updatable views with autoinc field as primairy key.
"Master" view is easy to handle, just do append blank "et voila!"
Than I do have on same dataform another (some even several) views for the relation which need the primairy key of 'The Master' as one of their fields in new records.
"The master's" primairy key is only available after a tableupdate().
What is good scenario to follow for saving these views ?
Currently I do have in framework the '10001-things' solution. Holding transaction to be sure 'all or nothing' is saved in the proper way.
Pls advice.
-Bart