Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update 2 or more CA cursors
Message
De
12/10/2010 11:28:18
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01484765
Message ID:
01484994
Vues:
45
This message has been marked as a message which has helped to the initial question of the thread.
My apologies, my memory is not as good as it used to be. I should have looked it up.

?sqlsetprop(0,"transactions",2)

1 is auto commit.
If you use 0 as the connection number then all connections will be set that way. Use the connection number if you just want to set that connection.


>James,
>
>How do you set "autocommit" to .F.? I can't find which class has this property. Please let me know.
>
>>If you set autocommints = .f. then you can update both CAs and do a sqlcommint() or sqlrollback() at the end and it will roll everything into a transaction on the remote server side.
>>
>>
>>>>Hi,
>>>>
>>>>Is this the right approach to use BEGIN/END TRANSACTION when updating more that one cursor adapter cursors? And if the cursor adapters use SQL Server tables, will the ROLLBACK undo the changes to the SQL Server table(s)?
>>>>
>>>>TIA.
>>>
>>>IMHO, the best way will be to use a Stored procedure, where you can implement transactions.
>>>
>>>I don't think VFP transactions will be of much help here - you can search older messages (about 5 years back), I believe Dorin V was having a similar problem and had discussions with Aleksey T.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform