Subject | Re: s in single select |
---|---|
Author | prasanna_ids |
Post date | 2004-05-26T08:27:45Z |
Think this is the problem, will mail you after solving the problem
thanks once again
prasanna
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
thanks once again
prasanna
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
> At 06:08 AM 26/05/2004 +0000, you wrote:Firebird.
> >Hi all,
> >I am working on a web application project with c# and using
> >I am getting a message saying "s in Singleton Select" in aparticular
> >field and no other error message is thrown.records
> >Help would be useful and appreciated.
>
> It's the right-hand side of a complete message that reads "Multiple
> in singleton select". It means you used a SELECT statement thatrequired a
> single value or a single-row set but it actually returned multiplerows.
>obtain an
> Typically, you will get this when you are using a subquery to
> output field, and the subquery can not return a unique value. Youwill
> also get it when you try to perform a positioned update or deleteusing a
> WHERE clause that can not identify a unique target row.
>
> /heLen