I doesn't work
You should put this lines in FbDataAdapter.cs

      updated++;

//////////////////////////////// lines do be added:
                        if (statementType == StatementType.Insert)
                       {
                            row.AcceptChanges();
                        }
//////////////////////////////////////////////////////////

      /* 4. If the command is set to FirstReturnedRecord, then the
       * first returned result is placed in the DataRow.
       *
       * We have nothing to do in this case as there are no
       * support for batch commands.
       */



----- Original Message ----- 
From: "Carlos Guzmán Álvarez" <[EMAIL PROTECTED]>
To: "For users and developers of the Firebird .NET providers" 
<[EMAIL PROTECTED]>
Sent: Saturday, January 27, 2007 12:55 PM
Subject: Re: [Firebird-net-provider] FbDataAdapter problem


> Hello:
>> The important part is that AcceptChanges() is called BEFORE first 
>> returned
>> row is placed in DataRow and BEFORE any output params returned are placed 
>> in
>> DataRow.
> Could you check the latest svn sources, and let me know if the change if
> correct please ??
>
> -- 
> Carlos Guzmán Álvarez
> Vigo-Spain
>
> http://carlosga.wordpress.com
>
> -------------------------------------------------------------------------
> 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
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider 


-------------------------------------------------------------------------
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
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to