question

OliverTrendelkamp-6016 avatar image
0 Votes"
OliverTrendelkamp-6016 asked OliverTrendelkamp-6016 commented

Differences between the available languages of JDBC Drivers

The SQL Server JDBC Driver is available for download on the Microsoft website in different languages - for example:

  • sqljdbc_9.4.0.0_enu.zip

  • sqljdbc_9.4.0.0_deu.zip

  • sqljdbc_9.4.0.0_fra.zip

  • (...)

Can anyone tell me exactly how they differ? For example, is it only the language in which an error message is returned or are there more significant differences?
Does the language selection of the driver influence the default language used to connect to the SQL Server?

Kind Regards
Oliver.

sql-server-general
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

OlafHelper-2800 avatar image
0 Votes"
OlafHelper-2800 answered OliverTrendelkamp-6016 commented

is it only the language in which an error message is returned

AFAIK, yes, just localization of messages

Does the language selection of the driver influence the default language used to connect to the SQL Server?

No, that language is controlled by the default language of the SQL Server login.






· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you for the quick reply. I have searched for some time for an answer to these questions - but have not found. Do you know perhaps also references in the Microsoft documentation to these questions?

0 Votes 0 ·