Subject Re: "attempt to store duplicate value" fails in 2.5.1, works in 2.5.0
Author kokok_kokok
> As you are working possibly with two different instances ...

Yes, I have 2 instances, one for 2.5.0 (port 3050) and another for 2.5.1 (port 3051). Also, I have tested with Embedded version for 2.5.0 and in both cases, it works fine. When I try it connecting to 2.5.1, it fails.



> Are you sure that you are pointing to the same database in both tests?

Completely sure. I only change the server name from MyServer/3050 to MyServer/3051. I do not change the path or any other parameter.


> If you are using aliases, perhaps when connecting via 2.5.0 you use a
> different physical path than when using 2.5.1?


No, I do not use aliases and I do not change the path. I am completely sure that I am using the same database file in all case.


Thank you