Re: Transaction and RowState problem
- From: "Dave Sexton" <dave@jwa[remove.this]online.com>
- Date: Wed, 1 Nov 2006 11:15:21 -0500
Hi,
Try calling DataRow.RejectChanges().
--
Dave Sexton
"perspolis" <rezarms@xxxxxxxxxxx> wrote in message
news:u7j1cgc$GHA.3536@xxxxxxxxxxxxxxxxxxxxxxx
Hi all
I have a master detail table which I use them in Transaction to Update them.
in some cases the detail table generates error and I Rollback transaction
but RowState of master table dosen't go back to previous state and no data
has entered in database yet but in my master table in memory it has data..
????
how can I change RowState of master table to previous RowState before
begining Save.
thanks in advance
.
- Follow-Ups:
- Re: Transaction and RowState problem
- From: perspolis
- Re: Transaction and RowState problem
- References:
- Transaction and RowState problem
- From: perspolis
- Transaction and RowState problem
- Prev by Date: Re: Checking if a DataRow is "empty"
- Next by Date: Re: memory leak or not?
- Previous by thread: Transaction and RowState problem
- Next by thread: Re: Transaction and RowState problem
- Index(es):
Relevant Pages
|