Hello,
I have a lot of experience with SQLLIGHT databases.
Now I’m trying to deal with a MariaDB database.
When I overwrite an existing data record with rs.Column(“Description”).StringValue = “Hülltext”
and then look directly into the database, the text is entered like this: “Hülltext”
So I probably have an encoding problem. All attempts in the last few hours haven’t gotten me anywhere.
If I set the text to “Hülltext” with a database tool and then read it out, I correctly get the text “Hülltext”
(text = rs.Column(“Description”).StringValue)
So now the text “Hülltext” is in the database. If I edit the RowSet and save it without changing anything, the database will say “Hülltext” again.
rs.edit
rs.SaveRow
rs.Close
Where is my mistake?
1 post - 1 participant