SQLServer and WideMemo
Posted: Fri 03 May 2019 13:54
Since unidac 7.2.14 update, the blob (TBlobField) fields of TClientDataSet return 1 single character.
We used the specific options: UseWideMemo = False.
We tested the TWideMemoField with the specific UseWideMemo = True option and it works but not with a TMemoField (which is normal and logical) But we need to be multi BD, so our application is compatible MySQL, SQL server and Oracle and we would like to keep TMemoField which is compliant between each other.
Have you some clue ?
Here is our configuration: Delphi 10.3, Windows 10.
Regards
We used the specific options: UseWideMemo = False.
We tested the TWideMemoField with the specific UseWideMemo = True option and it works but not with a TMemoField (which is normal and logical) But we need to be multi BD, so our application is compatible MySQL, SQL server and Oracle and we would like to keep TMemoField which is compliant between each other.
Have you some clue ?
Here is our configuration: Delphi 10.3, Windows 10.
Regards