Subject | Re: [firebird-support] What is ISC ERROR CODE:335544375 |
---|---|
Author | Lester Caine |
Post date | 2004-04-04T15:51:31Z |
Luis Banda Valdivia wrote:
result. We need some more information to work out what you
are doing wrong - that is how are you implementing the SQL.
SELECT FIRST 1 COUNTRY, CURRENCY FROM COUNTRY
will give a single record result.
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
> Now, I have tried execute a single SQLBecause how you are using it expects a single record as the
> "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 ?????
result. We need some more information to work out what you
are doing wrong - that is how are you implementing the SQL.
> Any help, apreciateFor a quick fix -
SELECT FIRST 1 COUNTRY, CURRENCY FROM COUNTRY
will give a single record result.
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services