Christian,
I have a question.
Please have a look at U:\openpetraorg\csharp\ICT\Petra\Server\lib\MPartner\Extracts.cs
In the function CreateNewExtract you call DBAccess.GDBAccessObj.GetNewOrExistingTransaction with the out parameter NewTransaction, should you really commit the transaction on success, without checking for the value of NewTransaction?
I am working on a function that will import a list of partner keys from BestAddressTDSLocationTable, and I think I want to commit the whole transaction in the end, and it is confusing that the transaction will already be committed in CreateNewExtract.
Thanks for your comment,
Timo