Steps: 1. Install the DBFL_SQL library (https://www.plcnextstore.com/us/app/1078 ) to your project.
2. Write an SQL query
INSERT INTO DB.dbo.Logs VALUES ([DB].[dbo].[MyNewId](),Convert(datetime,"2024.05.15 07:27:05.64",102),"","1",13)
And convert it to ASCII.
The actual result:
The double quote is replaced by a single quote
Expected result:
The shielding is working.