Uniloader Specific Options documentation missing?
Posted: Mon 14 Jun 2021 01:36
I am using UniDac 8.4.3 and I am using UniLoader at one point. I note that there seems to be a couple of "Specific options" that are not documented and I am wondering how they work.
These are
'AutoCommit' = True
'InsertMode' = imInsert or imUpdateOrInsert
'RowsPerBatch' = 50
The RowsPerbatch is fairly easy. But does the AutoCommit happen after the end of the batch, or after each insert?
how does the InsertMode = imUpdateOrInsert work? I presume that you need to specify some sort of unique 'key' or combination of fields to location a specific record. How is this done. I am using Firebird 3 and Delphi XE7.
If this is actually documented, perhaps you could point to the URL?
Thanks
These are
'AutoCommit' = True
'InsertMode' = imInsert or imUpdateOrInsert
'RowsPerBatch' = 50
The RowsPerbatch is fairly easy. But does the AutoCommit happen after the end of the batch, or after each insert?
how does the InsertMode = imUpdateOrInsert work? I presume that you need to specify some sort of unique 'key' or combination of fields to location a specific record. How is this done. I am using Firebird 3 and Delphi XE7.
If this is actually documented, perhaps you could point to the URL?
Thanks