Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locking problem
Message
From
20/05/2002 08:47:15
 
 
To
18/05/2002 01:07:05
Rakesh Pahwa
Symco Software P. Ltd.
Mumbai, India
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Miscellaneous
Thread ID:
00658518
Message ID:
00658827
Views:
19
>Has developed a large integrated package under VFP using
>Sql-Server as the backend. When a select statement is fired against a table
>it is found the lock has escalated to table level shared, instead of >releasing. The transaction mode is manual.

Does this mean that you set the transaction mode via VFP? Did you set it back to Automatic?

VFP implements manual transactions using SQL Server's SET IMPLICIT_TRANSACTION option. IMPLICIT_TRANSACTION starts a user defined transaction when any one of a number of commands are sent to SQL Server (refer to SET IMPLICIT_TRANSACTIONS in the BOL). When you issue SQLCOMMIT() or SQLROLLBACK(), the current transaction is terminated but IMPLICIT_TRANSACTION is still enabled and another user transaction will be started as soon as the appropriate command is sent to the server.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform