Tony wrote:
>
> So as a summary the autoincrement that ADO.NET uses are completely separate
> from this autoincrement that the database uses
>
> Do you agrre with me ?
>
Please read the section called "AutoIncrement Columns":
http://msdn.microsoft.com/en-us/libr...=vs.71%29.aspx
Now do you understand why you should use an AutoIncrementStep of -1 in
your DataSet (and +1 in your database)?