Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with SQL Transactions
Message
From
17/10/2001 14:37:44
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00569685
Message ID:
00569821
Views:
23
Thanks Vlad!!!

The problem was there are several different handles. I modify my database to define that the remote views use the same handle (advanced options), and correct with this code:

handl = sqlgetprop ( "connecthandle", "vpredios" )
sqlsetprop ( handl, "transactions", 2 )
..

Also, i try the use of the TSQL instructions "BEGIN TRANSACTION", "COMMIT TRANSACTION" and "ROLLBACK TRANSACTION" but don't work!!!.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform