TUniDump unicode problem with SQL Server

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mike519tw
Posts: 1
Joined: Tue 25 Oct 2022 03:30

TUniDump unicode problem with SQL Server

Post by mike519tw » Tue 25 Oct 2022 03:42

Delphi: v 10.3.3
UniDac: 8.1.2

A simple project created with TuniDump and TuniConnection with SQLServer Provider.

A Function called as below:

UniDump.SaveToFile([FileName]);

As a Result, File is created with ASCII.

Is anyway to generate file as Unicode?

Post Reply