UniDAC unicode with Firebird 2.1
Posted: Thu 19 Feb 2009 01:11
Hi,
I am testing UniDAC 2.0 with Firebird 2.1 under D2009 SP2.
Here is my UniConnection:
I can connect to my database without any problem. But all my fields in UniQuery are TStringField and TMemoField. It seems not support unicode at all.
Any thing I miss?
Cheers,
I am testing UniDAC 2.0 with Firebird 2.1 under D2009 SP2.
Here is my UniConnection:
Code: Select all
object UniConnection1: TUniConnection
ProviderName = 'InterBase'
Database = '/var/local/data/crazy.gdb'
SpecificOptions.Strings = (
'InterBase.UseUnicode=True'
'InterBase.CharLength=1'
'InterBase.SQLDialect=1')
Username = 'sysdba'
Password = 'masterkey'
Server = 'zephir.local'
LoginPrompt = False
Left = 120
Top = 40
end
Any thing I miss?
Cheers,