I have a new project where I'll be creating a table that contains data driven by our Order Entry system (specific groups of orders)... the table needs to also contain columns with summarized data (via ILE RPG procedure in a service program), and columns that will be maintained/changed via a user interface.
I need to keep the rows and many of the columns "in sync" with our ever-changing O/E system, while allowing users to incorporate additional information that is not in our O/E system.
I've heard of these MQT's... read this short introduction
And this is where my knowledge of MQTs ends. I'm descent with ILE RPG and would consider myself a novice with SQL.
I'm not sure if this is the correct approach for me... I'm not sure what the best route is for keeping this multi-user table in sync with our existing database.
I welcome any suggestions
I need to keep the rows and many of the columns "in sync" with our ever-changing O/E system, while allowing users to incorporate additional information that is not in our O/E system.
I've heard of these MQT's... read this short introduction
And this is where my knowledge of MQTs ends. I'm descent with ILE RPG and would consider myself a novice with SQL.
I'm not sure if this is the correct approach for me... I'm not sure what the best route is for keeping this multi-user table in sync with our existing database.
I welcome any suggestions





Comment