Search code examples
javasql-serverjtds

JTDS Driver: Could not find a Java charset equivalent to collation 2C04D01000


Looking a solution for strange JTDS error message: Could not find a Java charset equivalent to collation 2C04D01000.

I tried to pass file.encoding and user.encoding parameters without any success.


Solution

  • The only way I've found for the issue is to use Microsoft JDBC driver instead of JTDS.