error numbers

Posts   
 
    
stuarty
User
Posts: 15
Joined: 15-Dec-2008
# Posted on: 29-Jan-2009 19:31:36   

hi where do I look for find out what the error numbers mean?


  int errorNumber= adapter.SaveEntityCollection(BarcodesCol);

TIA Stuart

MTrinder
User
Posts: 1461
Joined: 08-Oct-2008
# Posted on: 29-Jan-2009 20:55:50   

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

stuarty
User
Posts: 15
Joined: 15-Dec-2008
# Posted on: 29-Jan-2009 21:48:43   

ok thanks Stuart