Subject RE: Exception in preparestatement
Author Prabhakar Krishnaswami
Prabhakar Krishnaswami

Software Engineer



Dynix

pkrishnaswami@...

p 801-223-5817

f 801-223-5202

www.dynix.com


We are seeing an exception in a prepare statement using firebird driver
(v1.5) on Linux.

We have the following 2 statements:

String sql = "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";

stmt = dbConn.prepareStatement( sql );

The preparestatement is throwing an exception sql -104 with message

No message for code 335544569 found.

Can anybody tell me why this exception is being thrown.

Prabhakar