I am building a database by building basically an array to hold all my values before I write a record to the table. This is done because the values come from querys and calculations from around 75 different source tables. heres my problem; I need to over ride the value of one of the variables that contain the correct information according to the already completed process. I want this to be dynamic in nature by adding to a table the variable name and value so I do not have to code each and every manual over ride.
My idea was to make a table with two fields name and value where name matches the variable name that needs to over ride and the value to over ride with.
I do not know how to dynamically match the data in the table with the variable in the code.
I hope I explained it so you understand if not I will answer any questions.
Thanks.
My idea was to make a table with two fields name and value where name matches the variable name that needs to over ride and the value to over ride with.
I do not know how to dynamically match the data in the table with the variable in the code.
I hope I explained it so you understand if not I will answer any questions.
Thanks.