I need to set the character encoding for mdb using the dbeaver.
As I understand in this thread, this is only possible by creating a class in java. Is there any way to set the encoding by dbeaver?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I need to set the character encoding for mdb using the dbeaver.
As I understand in this thread, this is only possible by creating a class in java. Is there any way to set the encoding by dbeaver?
You can try this. It seems to be working for me.
Download the JAR file attached to this message. It contains a single .class
Launch DBeaver with the following command ...
... substituting the name of the character set you want to use.
In DBeaver, create a new Driver with the following properties
Then, create a new Connection for your database, using the Driver you just created.