Hi all,
I have a webservice which consumes a json file.
I use stringTheory to load the json file:
str.SetValue(Self.ThisPage.GetValue())
I use the stringTheory "between" method to get values.
lTagwaarde = str.Between('"' & Clip(Tot:RecString1) & '":',',"',lPositieGetuige)
But when I try to save this value in the database the diacritic characters get misformed.
The text Arag?nstraat becomes Aragónstraat in sql server
I use clarion add(xml002) and prop:sql to insert it into the database.
The database field is nvarchar and the collate is SQL_Latin1_General_CP1_CI_AS
What should I do get this diacritic value wright?
Regards Joep