Performance considerations for populating form elements
Summary
Performance considerations for populating form elementsContent
I have several processes built in OIC that have various form elements (radio buttons, check boxes, selects, etc) that are populated by tables from either a SQL Server, MySQL, or DB2 database. I'm worried about the performance implications of building a separate integration to populate each of these dropdowns. Is there any recommended way about doing this? I generally like to keep separate things separate, but I'm thinking if possible one integration with several DB calls that returns mutliple arrays and populates the elements all at once. But, even if that is the correct method (or preferred), is there any
3