I have created a new module for our software. The upgrade process attaches 12 new tables in Runtime. 11 of the new tables stay attached and work fine. One of the tables has to be manually reattached each time the user gets out then back in the application. How can we make the attachment of the new tables stick? This is repeatable in other installations of the software, the same table won't stay attached.
Debbie,
Sounds like you need to save the database image. Try using Define_Database dbname, 1
HTH,
John