Web Developer Resources
The Site for Your Web Development Resource Needs

Web Developer Resources

Horizontal Data Store

March 1st, 2008 . by Henry

There are many advantages of storing data in the traditional horizontal fashion, but there are also its shortcomings. If you are designing an application that has a complete dynamic screen, and there is no concrete field of number or names, All the users can create a new field, and give a name and a value. Now if a form is created based on a business requirement that has some specified business-required fields, the data per form is stored in a horizontal table in which each field is inserted in a specific column and each form is stored as a row.

Comments are closed.