Notifications
Clear all
Aug 12, 2022 12:31 pm
Hi, thanks for sending the two queries side by side, that is very helpful.
The easiest fix is to do a replace in Sql string in the C# and add the N, so something like:
sql = sql.Replace (“= ‘“, “= Nz’”)
Please try that and let me know if that works.
Thanks
dotnet Report Team
Aug 08, 2023 1:47 am
Thanks this problem have been bugging me
Page 2 / 2
Prev