Hi,
I was wondering if there was a way to find the last entered identitykey
after doing an updatedataset.
I have
this.sysFeedsDS.SysFeeds.AddSysFeedsRow(this.feedName, "", this.sourceId,
true);
this.systemConfig.UpdateSysFeedsDataSet(this.sysFeedsDS);
SysFeeds is the dataset is there anyway of telling what the value of the
entered identity key was
Thanx
Robert
pipo - 11 Mar 2008 18:17 GMT
The last identitykey would be the one with the highest number?
You can make a defaultview and sort the identitykey, maybe?
> Hi,
> I was wondering if there was a way to find the last entered identitykey
[quoted text clipped - 12 lines]
> Thanx
> Robert