I haven't tried this yet, but if it works, which I think it might, it's cool. Thanks
Jim. You the man
-Original Message-
From: Jim Arnold [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 03, 2002 4:29 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] dataset.GetChanges on de
mailto:[EMAIL PROTECTED]]
> Sent: 02 May 2002 17:49
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] dataset.GetChanges on deleted rows
>
>
> Yes, I agree that I have a dataset with two rows in it, but a
> dataset with two rows in it doesn't do me any good if I can't
&
I found something that will work but I really wish the GetXML would get it for me
because now I have to write my own GetXML function for deleted recs.
Note down at the bottom I have...
Dim R As DataRowView, C As DataColumn
For Each R In V
For Each C In V.Table.Columns
e rows are. The .GetXML doesn't work, nor can I access the data
in the rows that have been deleted.
-Original Message-
From: Jim Arnold [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 02, 2002 11:15 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] dataset.GetChanges on deleted rows
If
ll reference back, not
an empty DataSet, so I suspect there's another problem with your code - how
about posting it?
Jim
> -Original Message-
> From: franklin gray [mailto:[EMAIL PROTECTED]]
> Sent: 02 May 2002 16:45
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] datas
ECTED]
Subject: Re: [DOTNET] dataset.GetChanges on deleted rows
franklin gray [mailto:[EMAIL PROTECTED]] wrote:
> Has anybody gotten this to work right? I get an empty
> dataset. The rows have been deleted, not removed.
>
> TempDS = Me.DS.GetChanges(DataRowState.Deleted)
You sure y
AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] dataset.GetChanges on deleted rows
> franklin gray spake:
>
> Has anybody gotten this to work right? I get an empty dataset.
> The rows have been deleted, not removed.
>
> TempDS = Me.DS.GetChanges(DataRowState.Deleted)
Are you seria
other then the data (I forget what it is).
I appreciate the help though.
-Original Message-
From: Shawn Wildermuth [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 01, 2002 10:54 PM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] dataset.GetChanges on deleted rows
This works fine for me. If I
franklin gray [mailto:[EMAIL PROTECTED]] wrote:
> Has anybody gotten this to work right? I get an empty
> dataset. The rows have been deleted, not removed.
>
> TempDS = Me.DS.GetChanges(DataRowState.Deleted)
You sure you haven't called AcceptChanges yet? This would commit the deletes
and actua
> franklin gray spake:
>
> Has anybody gotten this to work right? I get an empty dataset.
> The rows have been deleted, not removed.
>
> TempDS = Me.DS.GetChanges(DataRowState.Deleted)
Are you serializing your DataSet (ie Remoting) before calling GetChanges()?
There seemed to be a serialization
ed Rows: 2
Thanks,
Shawn Wildermuth
[EMAIL PROTECTED]
> -Original Message-
> From: dotnet discussion [mailto:[EMAIL PROTECTED]]
> On Behalf Of franklin gray
> Sent: Wednesday, May 01, 2002 5:21 PM
> To: [EMAIL PROTECTED]
> Subject: [DOTNET] dataset.GetChanges on deleted rows
&
Has anybody gotten this to work right? I get an empty dataset. The rows have been
deleted, not removed.
TempDS = Me.DS.GetChanges(DataRowState.Deleted)
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.c
12 matches
Mail list logo