JTDS: A bug while preforming full-text search [Permalink]
Tue Apr 19 15:29:59 CST 2005
When took JTDS as MSSQL jdbc driver and did a pre-query like this:
select * from tbltopic where contains(topic, ?)
we got a SQLException saying:
...ResultSet is TYPE_FORWARD_ONLY...
And this exception did not come up while using a regular sql statement:
select * from tbltopic where contains(topic, '+keyword+')
Is this a bug or something of JTDS?
Posted by: miles
Comments on this entry