FAQ 037: I’m using the localized MS SQL server on OS different from English. When I try to store the data in the SQL server, my data is not recorded. However, I can see that the tables are created in the database. What does this mean?

There can be 2 possible reasons for this:

  1. Its name contains some specific symbols that are not supported by the naming convention of the SQL server. In this case, we usually replace the specific symbols by “_” while writing to the database. However, some symbols may not be in our “black list”. In that case, please, contact us to report your problem.

  2. DSN is configured to the OS default language. If it is the case, then, when you define the DSN, please, change it to English (see the pic. below):