Bug in 7.14.1470 ?
Posted: Tue 01 Oct 2019 11:24
Hi
After upgrading from 7.13.1437 to 7.14.1470, I can no longer update table-rows. I'm constantly getting the following Exception:
I've check with dbMonitor and both SQL-syntax and parameters looks fine.
My connectionString:
I can read the rows without problem, but when I update, the above exception is thrown. I've always upgraded to the latest version, but never seen this before. Any clues would be appreciated.
With kind regards, Ole
After upgrading from 7.13.1437 to 7.14.1470, I can no longer update table-rows. I'm constantly getting the following Exception:
Code: Select all
invalid byte sequence for encoding "UTF8": 0x00
My connectionString:
Code: Select all
connectionString="User Id=...;Password=...;Host=...;Database=...;Unicode=True;Persist Security Info=True;Schema=public"
With kind regards, Ole