Page 1 of 1

Problems with DataSet & AutoIncrement

Posted: Thu 25 Sep 2008 11:30
by Zero-G.
Hey
I use your latest building of v4 (4.5.85)

When I add a DataSet through the Wizard to my project (With DataAdapters) then it seems to work fine.
DataAdapter.Fill(DataSet) - WORKS
DataAdapter.Update(DataSet) - WORKS

But, when I change one column to AutoIncrement=True, AutoIncrementSeed=-1, AutoIncrementStep=-1 then
DataAdapter.Fill(DataSet) - Works
DataAdapter.Update(DataSet) - Don't work!
By checking out the reason, I found out, that DataSet.GetChanges = NOTHING

Any ideas!?

Posted: Fri 26 Sep 2008 10:50
by Shalex
Please provide us (alexsh at devart.com) with a small test project. It will help us to investigate the problem.

Posted: Fri 26 Sep 2008 11:21
by Zero-G.
I have send you a sample project.

Posted: Mon 29 Sep 2008 12:00
by Shalex
Try setting the AutoIncrementSeed property to "0", not "-1". The "-1" value is recognized as .

Posted: Wed 08 Oct 2008 11:26
by Zero-G.
Hey

I have send you a sample project, where still are errors!

THX

Posted: Wed 08 Oct 2008 13:31
by Shalex
Thank you for the bug report. We are investigating this problem.

Posted: Tue 14 Oct 2008 14:22
by Zero-G.
Hey

Do you have some news for me, when this problem will be fixed!?

THX

Posted: Wed 15 Oct 2008 11:39
by Shalex
As we told you in the letter, the problem is associated with Microsoft's components, and it is rather complicated. Unfortunately, no time frame can be provided.

Posted: Fri 14 Nov 2008 16:53
by Zero-G.
Hey

Have you been able to solve the problem in dotConnect 5?

THX

Posted: Mon 17 Nov 2008 09:42
by Shalex
The problem is not resolved.