Hello Bryan,

Thanks for your enquiry. In order to best help you track down this issue:

- What database are you using?
- What jOOQ version are you using?
- What do the table/columns look like (CREATE TABLE...)?
- How do you insert data with jOOQ?

Depending on your SQLDialect, I'm thinking that jOOQ might be casting your
bind variables to VARCHAR (instead of NVARCHAR). Also, jOOQ internally uses
PreparedStatement.setString() (not setNString()), which might be causeing
trouble here.

Best Regards,
Lukas

2015-05-11 18:50 GMT+02:00 <[email protected]>:

> hello,
>
> so I'm trying to write russian characters ("Здравствуйте") into the db,
> but somewhere jooq it gets replaced with all question marks ("???????
> ?????"). I figured it has something to do with specifying the character
> encoding in jooq, but I'm not sure where that would take place or how that
> would be done.
>
> thanks
>
>  --
> You received this message because you are subscribed to the Google Groups
> "jOOQ User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to