Search found 1 match

by mike519tw
Tue 25 Oct 2022 03:42
Forum: SQL Server Data Access Components
Topic: TUniDump unicode problem with SQL Server
Replies: 0
Views: 144682

TUniDump unicode problem with SQL Server

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?