T
Trygve Lorentzen
Hi,
this was one of a numerous really annoying issues when moving from .NET 1.1
to .NET 2. After I fill my DataSet with values from the database it sets all
AutoIncrementSeed values automatically to the next number in the sequence. I
want to keep the AutoIncrementSeed at -1 to avoid conflicts with local
in-mem DataSet rows and actual rows in the database.
Is this a "feature" or a bug in ADO.NET2?
<frustration>.NET2 is just so annoying and VS 2005 is probably worse than VS
2003 in terms of speed and stability (I suspect my DevX 3rd party components
are also to blame). Phu, just had to let my frustration out...</frustration>
/Trygve
this was one of a numerous really annoying issues when moving from .NET 1.1
to .NET 2. After I fill my DataSet with values from the database it sets all
AutoIncrementSeed values automatically to the next number in the sequence. I
want to keep the AutoIncrementSeed at -1 to avoid conflicts with local
in-mem DataSet rows and actual rows in the database.
Is this a "feature" or a bug in ADO.NET2?
<frustration>.NET2 is just so annoying and VS 2005 is probably worse than VS
2003 in terms of speed and stability (I suspect my DevX 3rd party components
are also to blame). Phu, just had to let my frustration out...</frustration>
/Trygve