TOracleDirectPathLoader Delphi 2010

RamosIt

Member²
Hi.
I have to use TOracleDirectPathLoader in Delphi 2010.
I previously used it in Delphi 2007.
In Delphi 2010 i have this problem:
all string fields loaded following help example
EnameCol.SetData(RowIndex, @EmpRec.Ename[1], Length(EmpRec.Ename));
causes table-inserts including only first char of @EmpRec.Ename.

I am a real dummy as concern string encoding but i'm asking
if this could be caused by the fact that >D2009 introduces
unicode support and
 
Back
Top