ipineda
1st November 2008, 00:33
Hi friends;
I have a doubt, is it necesary to have the table in the same VRC the DAL is in? or it doesn't matther...
thanks if somebody can help me with this...
Cesar Lopez
3rd November 2008, 07:15
it depends,
if the DAL has more functionality and is not related to changes in the table it can be in a higher level
if there are changes to both table and dal and are related(p.e a new field and somre process in the dal to that field) the need to be in the same level
other option may be that the table has a very simple change (p.e label code) you can have the table in a higher level than the dal.
by higher level and lower level i mean derivation, the highest level is the customized or company vrc and the lowest is the standar
Regards
ipineda
4th November 2008, 15:39
Thanks for your help, it was very usefull..