View Single Post
Old 06-06-2006, 07:57 PM   #10
Bungleau
40th Level Warrior
 

Join Date: October 29, 2001
Location: Western Wilds of Michigan
Posts: 11,752
I'll agree with Thoran... rethink your design. A nine-dimension array violates quite a few basic concepts of database design. In fact, from a true database perspective, you'd have something like...

... a character record with a key and description
... a stats table keyed off the character and stat type and containing the stat value

You'd look up the character, then the stats. If you wanted, the stats record would just have columns for each stat so you could retrieve it once.
__________________
*B*
Save Early, Save Often Save Before, Save After
Two-Star General, Spelling Soldiers
-+-+-+
Give 'em a hug one more time. It might be the last.
Bungleau is offline   Reply With Quote