If app.Count > 0 Then '-- Retrieve the connections connections.FillAll(app.app_pk)
'-- At this point it is a BO...so you can add, remove, just like you would with any other BO
'-- When ready to save, Call the SaveToXML method connections.SaveToXML()End If
Also a quick look at the dbeApplicationdData.vb will reveal all code needed to handle the XML file for things like the Server Settings for the Server Console application.
Thanks Trent