Dapper icon indicating copy to clipboard operation
Dapper copied to clipboard

Inserting Unicode characters into an Oracle database-issue

Open orturjamen1990 opened this issue 2 years ago • 0 comments

help please on net core 6 with dapper -When inserting Unicode characters into an Oracle database using Dapper dynamic parameters in a .NET Core 6 API, when the inserted value appears as "¿" instead of the expected Unicode character like "😀"

this is the following code : image

orturjamen1990 avatar May 15 '23 16:05 orturjamen1990