Click here to Skip to main content
15,900,818 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to attach to each letter from A to Z number, frequency and musical note.
I can have some variants, i.e today A = 1,10hz,C tomorrow A = 10,100hz,F.
Which way I can store data? If it is table, say MS SQL Server so every variant
Will have 26 records – number of letters. Is there more elegant way?
Posted

Sounds like a database table is a good solution if you want the data to persist. You can use any, like MySQL.
 
Share this answer
 
I was thinking about TreeView. Letter is a node and it's parameters is a child
nodes. How can i store it then?
 
Share this answer
 
Comments
Richard MacCutchan 10-May-11 14:24pm    
A TreeView is used to display data, not to store it. Try wizardzz's suggestion of an SQL database.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900