varchar replaced by nvarchar
Posted: Mon 20 Sep 2010 10:46
Hello,
The Params.ParamByName('Code').AsString is changed form varchar to nvarchar. This causes for selections like
WHERE Code LIKE '186484.25'
to return no rows. The param is represented as nvarchar(9). This used to be varchar(9) and with varchar it returns the rows needed.
Is there an option to change it back again to varchar?
Kind Regards,
Michel
The Params.ParamByName('Code').AsString is changed form varchar to nvarchar. This causes for selections like
WHERE Code LIKE '186484.25'
to return no rows. The param is represented as nvarchar(9). This used to be varchar(9) and with varchar it returns the rows needed.
Is there an option to change it back again to varchar?
Kind Regards,
Michel