See my article on the Command builder and the identity issues at
http://www.betav.com/msdn_magazine.htm
--
____________________________________
Bill Vaughn
MVP, hRD
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
"Joao Santa Barbara" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi all i have a table with an autonumber field
>
> with a based select , i want to get all the three others commands,
>
> my problem is, i have a ds and i want to insert a new row ( my database
> gives a new id to that row, it the pk )
> after i insert the row, i have watched the DS for my ID, and i canīt find
> the correct one. ( if i doesnīt find the correct one how can i make
changes
> to the currentrow )
> what is going wrong with the CommandBuilder ...
>
> after a have inserted the new row i try to change a column value and it
> throws a concurrency exception ..
>
> why ????
>
> thks
> JSB
>
> PS: does anyone have a sample for this ???
>
>