Re: [Firebird-net-provider] RC3 Bug Report, Example Included

2006-05-08 Thread Jiri Cincura
On 5.5.2006 16:46 Carlos Guzmán Álvarez wrote: Hello: this isn't the problem of provider, I think so. You have to add 'tabla.CaseSensitive = true;' because you have in table some "same" values differs only in case. Doing this works or not ?? This solution works, I've tested it. I think d

Re: [Firebird-net-provider] RC3 Bug Report, Example Included

2006-05-05 Thread Carlos Guzmán Álvarez
Hello: this isn't the problem of provider, I think so. You have to add 'tabla.CaseSensitive = true;' because you have in table some "same" values differs only in case. Doing this works or not ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] RC3 Bug Report, Example Included

2006-05-03 Thread Jiri Cincura
On 4.5.2006 0:25 Eduardo Alvarez wrote: Hi there, I'm getting the following exception: "Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints." But the above error message does not apply to my case, so I think this is a bug. Hi,

[Firebird-net-provider] RC3 Bug Report, Example Included

2006-05-03 Thread Eduardo Alvarez
Hi there, I'm getting the following exception: "Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints." But the above error message does not apply to my case, so I think this is a bug. To reproduce, follow this simple steps: 1) Cr