> Change just record you have updated.

Again.

1) I've generated DataSet and TableAdapter.
2) Called DataSet designer
3) Right click on table adapter and choose "Add query"
4) Choose "Use SQL statement"
5) Choose "INSERT"
6) Generate command like this

INSERT INTO "Tab" ("Name", "Description") VALUES (@Name, @Description) 
RETURNS "Id", "Name", "Description";

7) "InsertQuery" method was generated too
8) Right click on "InsertQuery" and choose "Properties"
9) Look at property "Execute mode"

So in property "Execute mode" i see only 2 possible values: "NonQuery" 
and "Scalar".

The question is: how can i read values from my INSERT command in this 
InsertQuery ?


-------------------------------------------------------------------------
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