Make your applications work in DataFlex NextGen: Difference between revisions

Update to supported database types now that DF20 has been released
(adding a few external links related to unicode)
(Update to supported database types now that DF20 has been released)
 
Line 141: Line 141:
SQL is the preferred database type.
SQL is the preferred database type.


MSSQL has unicode datatypes (he "n" variants) : nvarchar, nchar, nvarchar(max), ntext
MSSQL has unicode datatypes (he "n" variants) : nvarchar, nchar, nvarchar(max), ntext. those are all UTF-16.


MSSQL 2019 will support UTF-8
MSSQL 2019 will support UTF-8, this is not recommended (or supported) at this moment.


MySQL supports both UTF-16 as well as UTF-8


At this moment there is not final decision on what the embedded database support with unicode will be.
DB2 supports UTF-8 and UTF-16
 
The embedded database only supports OEM and has no unicode support.
 
The Connectivity kit handles all of the character translations between database backend and UTF-8 strings.


== Migrating to Unicode ==
== Migrating to Unicode ==