Hi.
I'm in process of converting an inhouse application to client-server, using remote views.
Seems that, if something is wrong with the ODBC connection ( TABLEUPDATE() fail because lost connection ), the only way to close the view and reopen it is TABLEREVERT() and all changes are lost. Anyone know if something can be done to "reconnect" the remote view and save changes ?
CURSORSETPROP("ConnectHandle", lnConnection) doesn't work, because is read only.
Or any other ideas?
Thanks in advance.
I'm in process of converting an inhouse application to client-server, using remote views.
Seems that, if something is wrong with the ODBC connection ( TABLEUPDATE() fail because lost connection ), the only way to close the view and reopen it is TABLEREVERT() and all changes are lost. Anyone know if something can be done to "reconnect" the remote view and save changes ?
CURSORSETPROP("ConnectHandle", lnConnection) doesn't work, because is read only.
Or any other ideas?
Thanks in advance.