Two questions about the TDirectPathLoader:
1) Is it possible to insert nulls in some of the columns (which columns are null depends on which row it is, so I can't exclude the column in the column list), and if it is possible, how do I do it?
2) When can I free the memory I put as a parameter to SetData?
a) Right after SetData
b) After Load
c) Not until after Finish?
1) Is it possible to insert nulls in some of the columns (which columns are null depends on which row it is, so I can't exclude the column in the column list), and if it is possible, how do I do it?
2) When can I free the memory I put as a parameter to SetData?
a) Right after SetData
b) After Load
c) Not until after Finish?