Hello:

> Hello:

>> I'm trying to get the id in the DataAdapter.RowUpdated-Event, but it
isn't
>> there.
>>
>> Can someone please tell me what's wrong with my code?

>It's a output parameter, so, after query execution check the parameter
value.

Oh, I forgot that - the update is done via
dataadapter.update(datatable_changes) method - so I don't have direct access
to the Command (or have I :-) ?).

I've had a look at the FbDataAdapter.Update method in the FbDataAdapter.cs
(.net provider 2.5 alpha 2). Beginning in line 393 the command parameters
are read, but command.UpdatedRowSource is always none in my scenario so the
code in line 419 (row[column] = parameter.Value;) isn't executed.

André Litfin
Xsigns GmbH & Co. KG
www.xsigns.de


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to