Subject Re: [firebird-support] What is ISC ERROR CODE:335544375
Author Helen Borrie
At 10:27 AM 4/04/2004 -0500, you wrote:
>Thanks a lot friend
>
>Your idea, help me, thanxs.
>
>Now, I have tried execute a single SQL
>"select * from country" or
>"select country,currency from country" without comillas
>and report the error :
>ISC ERROR CODE 335544652
>"multiple rows in singleton selct"
>
>Why ?????

It sounds as though you are using the DSQL tab in IB_SQL. That tab is for
executable queries. For SELECT queries, switch to the Cursor tab and paste
your multi-row query there.

/heLen