varchar to nvarchar: TStringField to TWideStringField? How?
Posted: Tue 14 Jul 2009 13:55
Hello
I am using Delphi 2009 and Latest SDAC(470).
I changed all my DB varchar(n) fields to nvarchar(n) to support unicode.
These fields which were earlier generated as TStringField (using Fields Editor of TMSQuery Component)
now i need to change them TWideStringField while i expected them to be either changed automatically or automatically taken care without any change.
Can u please suggest the way to handle this issue, because changing this in entire program may not be feasible.
I am using Delphi 2009 and Latest SDAC(470).
I changed all my DB varchar(n) fields to nvarchar(n) to support unicode.
These fields which were earlier generated as TStringField (using Fields Editor of TMSQuery Component)
now i need to change them TWideStringField while i expected them to be either changed automatically or automatically taken care without any change.
Can u please suggest the way to handle this issue, because changing this in entire program may not be feasible.