>
>>>>> "dm" == David Mercer <> writes: dm> To repeat my question, gentle readers, how ought I structure my dm> data? Is there an approach that I am missing that is both dm> upgrade-friendly and ETS/Mnesia-compatible? mnesia:transform_table/3 and /4 has worked well for us with only a slight amount of staging tap-dance. -Scott