I've a Csharp program which, throught ODBC, write records into SAPB1 (table OITM)
after about 5000 records it stops at the row "b_TestExist=oItem.GetByKey(sID)"
with the follow error:
$exception.Message
System.OutOfMemoryException
Do you know how can I solve it?
Thanks