T
Tim Kuehn
Guest
I once had to write some code to handle cases were the database was disconnected. The top-level .p program had no DB access code, it checked if the db's were connected, and if they weren't it ran another .p to connect them. The routine was in an ON STOP block in the top level .p in order to catch the untrappable stop generated by a db disconnect.
Continue reading...
Continue reading...