install remobjects 6.0.43.801 and unidac 3.50.0.12
Posted: Tue 14 Dec 2010 05:23
when I build DataAbstract_UniDACDriver_D14.dproj in delphi2010, then show this error:
[DCC Error] ODBCClassesUni.pas(1115): E1060 Explicit string cast with potential data loss from 'string' to 'AnsiString'
and the code is
how to fix this?
[DCC Error] ODBCClassesUni.pas(1115): E1060 Explicit string cast with potential data loss from 'string' to 'AnsiString'
and the code is
Code: Select all
Len := WriteAnsiString(AnsiString(Str));