Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening a remote view starts a transaction!!!???
Message
From
15/12/1999 17:01:37
 
 
To
15/12/1999 12:55:02
Marco Beuk
Innovero Software Solutions
The Hague, Netherlands
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00304164
Message ID:
00304383
Views:
26
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
Previous
Reply
Map
View

Click here to load this message in the networking platform