G
George Durzi
I have a company form that I need to web-enable. The form has about 50 data
items with some of these data items able to have N sub data items. I'm
considering ways to store this form in my database.
If I were to go for SQL tables, I would end up with several tables, the main
one having many columns. Maintaining the stored procedures and methods
involved in this would be a pain.
What are some other good techniques for storing something like this?
I was considering coming up with an XSD that defines the data stored in this
document, and then store the whole document as Xml. Does this idea have any
glaring disadvantages?
Just looking for some good ways to tackle this.
Thank You
items with some of these data items able to have N sub data items. I'm
considering ways to store this form in my database.
If I were to go for SQL tables, I would end up with several tables, the main
one having many columns. Maintaining the stored procedures and methods
involved in this would be a pain.
What are some other good techniques for storing something like this?
I was considering coming up with an XSD that defines the data stored in this
document, and then store the whole document as Xml. Does this idea have any
glaring disadvantages?
Just looking for some good ways to tackle this.
Thank You