Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DisconnectRollback it is mistaken
Message
From
07/06/2004 12:20:28
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
DisconnectRollback it is mistaken
Miscellaneous
Thread ID:
00910773
Message ID:
00910773
Views:
48
Aleksey, read sp_bindsession into the SQL BOL, speaks with MS SQL Team.

With VFP9 Beta DisconnectRollback new property i cannot use sp_bindsession !

If you want do this with a good property change it to ( name is not important ):
SQLSETPROP(handle,"DisconnectAction",0) && (Default) The transaction will be committed
SQLSETPROP(handle,"DisconnectAction",1) && The transaction is rolled back 
SQLSETPROP(handle,"DisconnectAction",2) && No Actions ( this is useful with a MS SQL shared session )
Fabio
Next
Reply
Map
View

Click here to load this message in the networking platform