I have an application that will contain several items called cards.
Each card will access some attributes of some tables in the Oracle database via a select sql string and display those attributes in a jsp page.
Each card will be different about what data it accesses. There will be an option of adding new cards with new sql strings.
Some of these strings could be very long.
Does anyone have any idea where or how I can store and manage these strings?
Thanks
Each card will access some attributes of some tables in the Oracle database via a select sql string and display those attributes in a jsp page.
Each card will be different about what data it accesses. There will be an option of adding new cards with new sql strings.
Some of these strings could be very long.
Does anyone have any idea where or how I can store and manage these strings?
Thanks