Re: newbie: data structures

2002-07-24 Thread Vikrama Dhiman
ur mail title says data structure but ur problem doe not seem to be of the nature. please be a little more clear. store and retreive, there are as many options as u want. what do u exactly r lookign for??? regards vicki On Wed, 24 Jul 2002 Anthony E. wrote : >How would I store (and access) a tab

Re: newbie: data structures

2002-07-24 Thread Wiggins d'Anconia
This is a very broad question, so giving a specific answer is difficult to say the least, but since no one else has responded I will provide at least this much You are going to want to be looking at using a "hash of hashes" essentially you create a hash where each key is the email address

newbie: data structures

2002-07-24 Thread Anthony E.
How would I store (and access) a table of information...assuming there is a unique key 'email'...ie - These are the column names: email firstName lastName phone address1 "[EMAIL PROTECTED]" "Joe Blow" "415-555-" "123 Mayberry" "[EMAIL PROTECTED]" "John Doe" "619-555-5551" "456 Happy Ln."