Hi there,
I've just compiled our project with FirebirdSql.Data.FirebirdClient.dll
2.5.0 after years of using an old connector for .NET 1.1 (and Mono).
Well, I got this error:
Error: An item with the same key has already been added.
Server stack trace:
at System.ThrowHelper.ThrowArgumentExcep
Hi,
One of our team members (Dick) actually found it: the problem is related
to queries having more than one field with the same name (even when
they're prefixed differently).
Let me explain: a reader reading the output of:
select o.id, marker.id from marker, object o where marker.id = o.id
wil