Thanks for the tips so far but I think I need to clear things up...
1. Add user named tables (example: Gamma, Temp, Dog, etc...)
2. These tables are "Curve" tables consisting of a Depth and Value column
3. The user can add as many unique curves as they like
My problem is knowing which table is what. When I open the database to read the tables. How do I know it's really a "Curve" table I'm reading?
1. Add user named tables (example: Gamma, Temp, Dog, etc...)
2. These tables are "Curve" tables consisting of a Depth and Value column
3. The user can add as many unique curves as they like
My problem is knowing which table is what. When I open the database to read the tables. How do I know it's really a "Curve" table I'm reading?
That is, this discussion - while interesting - is based on a less-than-optimal starting point.
And we see again the putting the "How" (use a separate table for each curve) before the "What" (store and retrieve multiple distinguishable curves by name/ID) is also non-optimal.
Leave a comment: