hi where do I look for find out what the error numbers mean?
int errorNumber= adapter.SaveEntityCollection(BarcodesCol);
TIA Stuart
You can check the reference manuals - these are in the Reference Manuals folders under your installation folder.
In the case of SaveEntityCollection the returned Integer is the number of entities persisted.
Matt
ok thanks Stuart