Retrieving, inserting and deleting Relationships

I am trying to use Asi.iBO to do some simple CRUD of Relationships (records stored in Relationship). However, I cannot find how to do this using the classes within Asi.iBO assembly. Can someone provide a pointer to where in the API that this functionality is exposed.

Thanks

Christian Crowhurst

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Because it isn't there

Last I checked, iBO doesn't have any support for Relationships, just like eSeries doesn't have Relationships. You'll have to resort to SQL.

--
Bruce Wilson
Director, Technical Services
RSM McGladrey, Inc.

Thanks for the clarification

Hi Bruce,

Yes, I thought that was the case. Thanks for the clarification anyhow.

Christian