Subject | RE: [Firebird-Java] RE: Problems reading diacritic characters |
---|---|
Author | Prabhakar Krishnaswami |
Post date | 2004-03-31T05:36:15Z |
We need some help; we are passing in the following query to firebird
(v1.5) driver on Linux through a prepare statement
"Select distinct(universal_id), max(descr) descr from aspect where
aspect_num between ? and ? and secondary_only=0 group by universal_id
order by descr";
And we get an exception from the firebird driver as below:
FBSQLException
No message for code 335544569 found. SQL Error 104.
Can some body tell me what is wrong with the above query that the
prepare statement won't take it?
Prabhakar Krishnaswami
Software Engineer
Dynix
pkrishnaswami@...
p 801-223-5817
f 801-223-5202
www.dynix.com
(v1.5) driver on Linux through a prepare statement
"Select distinct(universal_id), max(descr) descr from aspect where
aspect_num between ? and ? and secondary_only=0 group by universal_id
order by descr";
And we get an exception from the firebird driver as below:
FBSQLException
No message for code 335544569 found. SQL Error 104.
Can some body tell me what is wrong with the above query that the
prepare statement won't take it?
Prabhakar Krishnaswami
Software Engineer
Dynix
pkrishnaswami@...
p 801-223-5817
f 801-223-5202
www.dynix.com