G
G. Dean Blake
I have to develop a program to convert a database to a new version. This
entails reading old tables, masaging the data, deleting old tables and their
relationships, adding new tables with new relationships, ets.
More than just executing sql with dataadapters, it seems I also need to
execute multiple scripts with multiple steps.
What is the best approach to take with this kind of program?
Thanks,
G
entails reading old tables, masaging the data, deleting old tables and their
relationships, adding new tables with new relationships, ets.
More than just executing sql with dataadapters, it seems I also need to
execute multiple scripts with multiple steps.
What is the best approach to take with this kind of program?
Thanks,
G