Hi,
I'm trying to figure out what the UseUnicode setting does when I use a TPgLoader (on Delphi 2007).
The source data comes from another TDataSet, so I just call PgLoader.LoadFromDataSet.
How does PgDAC behave when UseUnicode is set to True vs. when it is set to False?
TPgConnection.Options.UseUnicode setting and TPgLoader
-
- Posts: 36
- Joined: Fri 30 Apr 2010 11:25
Hello,
Setting the UseUnicode property to true allows to work with the specific UniCode symbols, i.e. if your source DataSet includes fields with the UniCode symbols, then, for correct uploading such data to the server, you should enable this options. If the DataSet doesn't include the UniCode symbols, there is no need to use this option.
Setting the UseUnicode property to true allows to work with the specific UniCode symbols, i.e. if your source DataSet includes fields with the UniCode symbols, then, for correct uploading such data to the server, you should enable this options. If the DataSet doesn't include the UniCode symbols, there is no need to use this option.
-
- Posts: 36
- Joined: Fri 30 Apr 2010 11:25