Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is the best way to remote connect?
Message
From
25/01/2005 17:26:43
 
 
To
25/01/2005 17:00:02
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00980549
Message ID:
00980566
Views:
22
>Is it a better practice to establish a remote connection why an app starts and leave the connection static until the app ends?
>
>Or
>
>Make connections on the fly and do the various SPT statements need their own connection handle?

Connection is a session.
Then, if you want hold a lock or a transaction open you have to maintain the session;
otherwise the design of the application pilot the choice.

However, to open a session is a process much slow one.

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform