Skip to main content

Search

Search

Error when loading Polish characters from BBDD

Comments

2 comments

  • Avatar
    Peter Thane

    The two texts fields are using different fonts entirely, have you tried using the same font on the label as in the database? 

    0
  • Avatar
    Santiago Martin

    We had already tried it and it gave the same problem.
    We have managed to solve it, changing the load sentence of the database.
    We believe that the problem was that when loading the statement the data types were changed from Nvarchar to Varchar, and it did not happen that it was UNICODE information.
    We have solved it by putting in the statement as follows: "Select N'Valor1', N'Valor2', N'Value 3' from table"

    0

Please sign in to leave a comment.