MikeFromMountDennis
Technical User
thread184-1255454 has some sample code, but I can't figure out the logic.
When Foxpro loses a network connection, it pretty well always shuts down the application, and sometimes even worse, opens a dialog box and waits forever.
Network interruptions seem to be a fact of life with optimistic sharing. Flock is even worse. MySQL is slowly taking over the actual data storage, but there is no budget for a total port, and it requires configuring each workstation for ODBC, thus not user friendly.
SO other than a table with last cycle datetime, and a second session monitoring, how do you keep a session of a foxpro app running at all times?
My app grants no-update access to shared files, with a single station locking & updating. This resolves issues of sleeping computers, crashed sessions, etc. But how to make that station keep alive?
When Foxpro loses a network connection, it pretty well always shuts down the application, and sometimes even worse, opens a dialog box and waits forever.
Network interruptions seem to be a fact of life with optimistic sharing. Flock is even worse. MySQL is slowly taking over the actual data storage, but there is no budget for a total port, and it requires configuring each workstation for ODBC, thus not user friendly.
SO other than a table with last cycle datetime, and a second session monitoring, how do you keep a session of a foxpro app running at all times?
My app grants no-update access to shared files, with a single station locking & updating. This resolves issues of sleeping computers, crashed sessions, etc. But how to make that station keep alive?