Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Verify a connection programmatically
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00577460
Message ID:
00578044
Views:
31
I think VFP is trying to be efficient by performing a few things at the same time and it's not allowing the connection to be created before the views are created.

We've pretty much proved this by 1) stepping through the code and manually verifying the connection just before the code that creates the views is executed or 2) actually closing the database after the connection has been created then reopening it in order to create the remote views.

But in either case we've work around it by closing the database after creating the connections and reopening it to create the remote views. This seems to be working for us.

Thanks!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform