FoxyBOA
FoxyBOA

Reputation: 5836

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.

Upvotes: 1

Views: 3149

Answers (1)

FoxyBOA
FoxyBOA

Reputation: 5836

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

Upvotes: 1

Related Questions