Re: Magic v9.4 Crash during convert
For each update that contains a change in the datastructure I do the following:
· Copy the file before you make the changes and rename the DB Table. For instance copy table 1 “customer.dat” -> table 99 “customer.V1a” · Create a program that: o Deletes the ne filename: IODEL(DBNAME(‘99’FILE)) o Renames the physical file: IOREN(DBNAME(‘1’FILE),DBNAME(‘99’FILE)) o Reads the copied file and writes to the original file: Main File = 99, Link Create to 1
In that case:
· I have no issues with memo fields · I have the original file, definition and data, in case you need to roll back · I have a fresh, reindexed file
Works for me.
Gr Florian
Van: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io]
Namens andre@...
Hi,
|
||||
|