Hello,

sasha said the following on 08.01.2007 15:57:

>> Use IDataAdapter's RowUpdated event.
> 
> And whar next? Fill new dataset and merge it with existing?

It's up to you ;-)

>> Why would you need this when you could use INSERT ... RETURNING?
> 
> It's not clear for me how to return values from this command. I've 
> generated INSERT command, but in execute mode i see only NonQuery and 
> Scalar.

How do you generate insert commands? I doubt that you could generate
INSERT ... RETURNING command, as .NET provider should support firebird
versions older than 2.0, so you should use INSERT ... RETURNING manually.

-- 
Oleg

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to