Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Graceful Exit...
Message
From
04/09/2008 19:24:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Graceful Exit...
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01345004
Message ID:
01345004
Views:
60
I have an SQL Server App written in FoxPro. I use views to talk to the server. Sometimes clients are accessing the database via a VPN and the VPN connection is not reliable. If they can't reconnect, how can we gracefully exit?

I have the following code:

ON ERROR Do Nothing

* Get Rid of Stupid dialog boxes.

SQLSETPROP(0,'DispWarnings',.F.)
SQLSETPROP(0,'DispLogin',3)

CLOSE DATABASES

On the above line I get a stupid error message that can only be cleared by ENDING PROCESS on the Application.

Here is the message:

Connectivity error ODBC SQL Server
SQL Server does not exist or access denied.

Is there a way to gracefully exit when we can't reestablish the network connection?

Bob
Next
Reply
Map
View

Click here to load this message in the networking platform