quote:
This is a question of file architecture. You would have needed at the outset to have separated Interface from Business Logic from Data. That way you can replace the UI files and the Business Logic files without having to replace the data files.
What is in that you do not understand?
I understand this issue. My question is: What is the best way to solve that?
Hi,
I need to know how to solve the problem of having a production DB (Runtime)and have to upgrade that DB with a new version that came with new layouts and more scripts without losing or have to export/import all the records to the new version.
thanks