This query fails miserably due to problems in the URL encoder:

select
*
from l00_contactinfo
where clientname like '%Brøvig Fjord%'

The problem seems to be related to % as removing the ø also fails.
The same query works fine in SquirelSQL. The driver is jTDS in both cases, the 
database is MS SqlServer 2005
Due to other problems I am forced to use 2.2.1-SNAPSHOT at the time being, as 
2.2 is useless for me due to a bug in the web service implementation.
At the same time 2.1.5 has a nonworking plugin repository.

Reply via email to