UseUnicode option does not work in Linux Lazarus
Posted: Tue 05 Feb 2013 05:51
Hi
I have two development system.
First:
1. UbuntuMint14 (x86_64)
2. Lazarus 1.0.0.4
3. UniDAC 4.6
Second:
1. Windows Vista
2. Delphi 2009 Pro UP4
3. UniDAC 4.6
I tested unidac 4.6 to confirm unicode support.
Windows + delphi2009 work fine.
But Linux + Lazarus doesn't work.
Database server is mysql 5.1.x
Best regards.
I have two development system.
First:
1. UbuntuMint14 (x86_64)
2. Lazarus 1.0.0.4
3. UniDAC 4.6
Second:
1. Windows Vista
2. Delphi 2009 Pro UP4
3. UniDAC 4.6
I tested unidac 4.6 to confirm unicode support.
Code: Select all
TUniConnection.SpecipicOptions.Value['UseUnicode'] := 'True';
But Linux + Lazarus doesn't work.
Database server is mysql 5.1.x
Best regards.