On Tuesday, July 31, 2001, at 08:25 AM, Aaron Bratcher wrote:
> I think I have a corrupted database... how do I repopulate it keeping > existing object pointers properly set? (I'm Using V4RB) > -- --
Export each table to a file using viSQL. Reimport the tables, mapping the VObjectPtr fields to a ULong field. Then remap the RDB links to VObjectPtrs. I have a utility which will map RDB links to VObjectPtrs that I can send you. It's not too pretty, but it works.
Charles Yeomans ©2001 Charles Yeomans |