Apr 08 2023 06:59 PM
We have a current solution. Database back end, web page front end. It works well. Problem is the business told us that the columns will change frequently.
What options do you have? It's a royal pain to constantly add a column, drop a column only to add a column again. Also, it a major pain to constantly reprogram everything.
Any suggestions on how to deal with a table that will be a constant moving target?
Apr 11 2023 12:32 AM
@RM_33 , what for a suggestion do you expect? If that's the business requirement, then it is so.
Only option I coukd think about is to store the data as XML or JSON to get it dynamically.
Apr 15 2023 04:26 AM