Skip to main content
nikos101
Inspiring
December 8, 2008
Question

I am looking for some advice regarding storing high and low values for currency pairs

  • December 8, 2008
  • 8 replies
  • 1001 views
Hello everbody again, I am looking for some advice regarding storing high and low values for currency pairs. Do you think I should store it all in one table or use tables, one for each currency pair?

Thanks for any knowledge you can share 🙂
This topic has been closed for replies.

8 replies

Inspiring
December 8, 2008
What data is available for them to enter, and where do they get it from?
nikos101
nikos101Author
Inspiring
December 8, 2008
Nothing yet the database is empty.
Inspiring
December 8, 2008
What are they currently entering?
nikos101
nikos101Author
Inspiring
December 8, 2008
They are entered by a user in a FLEX form
nikos101
nikos101Author
Inspiring
December 8, 2008
They are entered by a user in a FLEX form
Inspiring
December 8, 2008
From where are you getting the data that tells you what the high and low values are?
nikos101
nikos101Author
Inspiring
December 8, 2008
Basically I want to draw charts from high and low values in Flex. I was thinking of storing all the high and low values in a single table and using WHERE statements over using many tables, 1 for each currency.
Inspiring
December 8, 2008
Your question does not contain enough information. What are you trying to accomplish?