Hi Helen, > Are you saying that you get the message like [an item with the same key has > already been added] when you perform a SELECT? > > I get an exception, raised in the provider code when it's trying to create a dictionary of the fields being used.
My query has something like: select o.iobjid, o.sname, o.dtimestamp, m.iobjid from object o, marker m where .... Then it adds the following values to a dictionary: IOBJID SNAME DTIMESTAMP and fails when it tries to add IOBJID again (coming from m.iobjid). Thanks, pablo ------------------------------------------------------------------------------ _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
