Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Concurrency violation
Message
De
22/11/2004 11:05:39
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Concurrency violation
Divers
Thread ID:
00963498
Message ID:
00963498
Vues:
39
I am using Databinding manager to bind the textbox in the form.
'New 
bmInvoice.endcurrent()
bmInvoice.addnew()
'Save...
if dsInvoice.haschanges() then
   daInvoice.update(dsInvoice,"invoicetable")
   dsInvoice.update()
end if

'Modify
bmInvoice.endcurrent()
'Save.....
if dsInvoice.haschanges() then
   daInvoice.update(dsInvoice,"invoicetable")
   dsInvoice.update()
end if
Now , I can save the record (in new mode) , however, once I modify it immedately and then save, I got 'concurrency violation ; update command affect 0 records' ?
Please help
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform