ByNary010101
Programmer
Ok, so I've got a client that wants to be able to dynamically create and define table structures on the fly from an ASP interface. Once the table structure is done he wants to have the ability to go back in and change the field names as well as remove existing and add new columns. I told him that since the system will be servicing multiple people at one time, messing with an already defined structure could kill the system; am I completely wrong?? If you were me what other options would you consider??
Background on the project (if you need it):
The client is a health care provider who needs a robust inventory tracking system. They want the ability to do the following:
Managers can create new Work Orders and assign them to the various Support personnel. Each type of install has different criteria (as well as criteria that is common among all installs like Site, Dept, Floor, Room, etc) that is required to be filled in, and currently they have 4 types of installs defined:
Desktops and Laptops -
ECN (Equipment Control Number)
MulitUserPassword
UserId
Scanners -
ECN of Scanner
ECN of Attached PC
Make/Model
Printers -
ECN of Printer
ECN of Attached PC
IP Address
Subnet Mask
Domain
Unix Queue
Number of Trays
They want the ability to add new install types down the road and define the criteria that is required to be filled in. To solve this I am contemplating using a Wizard type interface that will guide the Manager through the Install Type creation, and after all of the validation and formatting the end result will be a new Table being created for each Install Type.
Background on the project (if you need it):
The client is a health care provider who needs a robust inventory tracking system. They want the ability to do the following:
Managers can create new Work Orders and assign them to the various Support personnel. Each type of install has different criteria (as well as criteria that is common among all installs like Site, Dept, Floor, Room, etc) that is required to be filled in, and currently they have 4 types of installs defined:
Desktops and Laptops -
ECN (Equipment Control Number)
MulitUserPassword
UserId
Scanners -
ECN of Scanner
ECN of Attached PC
Make/Model
Printers -
ECN of Printer
ECN of Attached PC
IP Address
Subnet Mask
Domain
Unix Queue
Number of Trays
They want the ability to add new install types down the road and define the criteria that is required to be filled in. To solve this I am contemplating using a Wizard type interface that will guide the Manager through the Install Type creation, and after all of the validation and formatting the end result will be a new Table being created for each Install Type.