Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with SQL Transactions
Message
De
17/10/2001 14:37:44
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00569685
Message ID:
00569821
Vues:
24
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!!!.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform