TOracleDirectPathLoader an Null values

Alvaro

Member
Question about setting null values:
Should the setdata be different for string values?
Example:
Self.DirectLoader.Columns.SetData(j, nil, 0); //non string
Self.DirectLoader.Columns.SetData(j, nil, Length(Data.StringData));

O can it be the same for both?
 
Back
Top