Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Again, troubles with CursorAdapter
Message
From
15/08/2003 12:29:52
 
 
To
15/08/2003 12:14:54
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00819734
Message ID:
00820574
Views:
32
Hi Grigore,

if you use SPT cursor, you have identical problem:
SQLSETPROP(lnHandle,"Transactions",2)
SQLEXEC(lnHandle, "UPDATE Table 1")
SQLDISCONNECT(lnHandle) && this send IF @@TRANCOUNT > 0 COMMIT TRAN
I donnot use SQLSETPROP(lnHandle,"Transactions",2),
i use
=SQLSETPROP(lnHandle,"Transactions",1),SQLEXEC(lnHandle, "BEGIN TRAN")
In fact RV donnot use global transactions ( Aleksey write this ),
but only implicit transaction for the update/insert/delete batch command.

When you declare a CA, you config CA for use a SPT connection.

CA is OK, is SPT ( from VFP3 ) bugged.

Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform