Subject | RE: [IBO] Problem with parameters in query |
---|---|
Author | |
Post date | 2017-08-31T15:34:59Z |
Hi Jason,
just sent you a testapplication via email.
I found out, that the error only occurs, when I use a domain instead of straight forward varchar.
So when the field is created as varchar (50) there is no problem.
When it is created like:
create domain dom_c50 as char varying (50)
character set iso8859_1 collate de_de^
create table test
(id integer,
field1 dom_c50)^
the problem occurs.
I did not check if the character set or the collation makes a difference.
Best Regards
Helmut