Subject | Error in Type 4 driver |
---|---|
Author | yaha301973 |
Post date | 2002-04-17T14:35:42Z |
Hello!
(Databases with
default character set WIN1251)
For Jdbc Interclient2.01 driver with
charSet=Cp1251
select fullname
from clients
where fullname like '%win1251_string_value%'
it's OK :-))
For Jdbc Type 4 driver with
lc_ctype=WIN1251
select fullname
from clients
where fullname like '%win1251_string_value%'
it's bad :-((
resultSet of query1 != resultSet of query2
resultSet of query2 is incorrect and unexpected
Is it my error or type4driver?
______________
Yakov Revyakin
Kyiv, Ukraine
www.ugpp.com.ua
(Databases with
default character set WIN1251)
For Jdbc Interclient2.01 driver with
charSet=Cp1251
select fullname
from clients
where fullname like '%win1251_string_value%'
it's OK :-))
For Jdbc Type 4 driver with
lc_ctype=WIN1251
select fullname
from clients
where fullname like '%win1251_string_value%'
it's bad :-((
resultSet of query1 != resultSet of query2
resultSet of query2 is incorrect and unexpected
Is it my error or type4driver?
______________
Yakov Revyakin
Kyiv, Ukraine
www.ugpp.com.ua