on 7/31/01 15:25, Aaron Bratcher at aaronbratcher At mac DOT com wrote:
> I think I have a corrupted database... how do I repopulate it keeping > existing object pointers properly set? (I'm Using V4RB)
This is when XML feature will be MORE important for you than SQL :-)
Somebody have write it seems own algorithms for own application to resolve this task.
Not, you can export RecID as normal Long field. ObjectPtr fields will have the same values.
So you need find way to establish correlation between old and new values. May be you can use array, may be (for big database) you can use another TMP tables with 2 fields only.
-- Best regards, Ruslan Zasukhin
------------------------- Paradigma.
e-mail: ruslan@paradigmasoft.com web : http://www.paradigmasoft.com
To subscribe to the Valentina mail list send a letter to valentina-on At lists DOT macserve.net ©2001 Ruslan Zasukhin |