Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Opening a remote view starts a transaction!!!???
Message
De
15/12/1999 17:01:37
 
 
À
15/12/1999 12:55:02
Marco Beuk
Innovero Software Solutions
The Hague, Pays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00304164
Message ID:
00304383
Vues:
29
To add to Ken's reply, the VFP Manual transactions connection property seems to cause the IMPLICIT_TRANSACTION property of the SQL Server connection to get set. Sending certain commands (including but not limited to SELECT, INSERT, UPDATE, and DELETE) causes a transaction to be automatically started.

You'll probably want to enable the manual transactions right before you issue a TABLEUPDATE on the view. SQL Server's default behavior is to hold exclusive locks until the end of a transaction, so prolonging a transaction will really hurt your concurrency.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform