gshomedesign
Technical User
I am a novice and have basic understanding of MySQL. I need help with the structuring of a database. I don't know what should be used in different tables or if one table will do. Here is what I will be using the db for. Please give me some good advice...
Storing information pertaining to house plans which would include some of the following:
-Plan Number
-square footage
-Custom, Stock, or Sales plan
-width and depth (ie:65'-4" x 74'-0"
-Designer's Name
-Unique Id generated for designer
-automated date of submission
-Unique Plan number generated for global searching (ie: I submit my plan numbered 1024lv2. Since it is actually the 3rd submission into the Table, it is given a Unique Plan Number of TGC-1003-GS. TGC stands for the global identifier. 1003 actually represents the 3rd entry. 1st entry would be 1001. GS is the designer's unique Identifier.
Note: I would assume that each designer would have his/her own table with information since another designer might have a plan numbered the same as one of mine.
Continued:
-Indentifying features (single car garage, two-story, 3 bedrooms, etc...)
I guess I really need help with issues like, should a single record contain a full string such as a persons areacode-prefix-4digit number...or should it be seperated into 2 fields separating the area code? This same question would apply to other areas such as a plan number. my plans numbers can be as simple as (1008) to as complex as (br1056-lv310b). Should this information be submitted using different fields in my form and such?
Also, assuming that each designer gets his own table for inputting, should these tables be organized in one db file or should they be different files linked to one Master file?
This is the structure that I need help with. Hopefully the information I just supplied will help. I have created a template page in html that I am still working on for all submissions into the db. I will soon convert to php for use with Macromedia Dreamweaver Mx. Please keep in mind that I will not be programming by code but by using the Dreamweaver editor.
Storing information pertaining to house plans which would include some of the following:
-Plan Number
-square footage
-Custom, Stock, or Sales plan
-width and depth (ie:65'-4" x 74'-0"
-Designer's Name
-Unique Id generated for designer
-automated date of submission
-Unique Plan number generated for global searching (ie: I submit my plan numbered 1024lv2. Since it is actually the 3rd submission into the Table, it is given a Unique Plan Number of TGC-1003-GS. TGC stands for the global identifier. 1003 actually represents the 3rd entry. 1st entry would be 1001. GS is the designer's unique Identifier.
Note: I would assume that each designer would have his/her own table with information since another designer might have a plan numbered the same as one of mine.
Continued:
-Indentifying features (single car garage, two-story, 3 bedrooms, etc...)
I guess I really need help with issues like, should a single record contain a full string such as a persons areacode-prefix-4digit number...or should it be seperated into 2 fields separating the area code? This same question would apply to other areas such as a plan number. my plans numbers can be as simple as (1008) to as complex as (br1056-lv310b). Should this information be submitted using different fields in my form and such?
Also, assuming that each designer gets his own table for inputting, should these tables be organized in one db file or should they be different files linked to one Master file?
This is the structure that I need help with. Hopefully the information I just supplied will help. I have created a template page in html that I am still working on for all submissions into the db. I will soon convert to php for use with Macromedia Dreamweaver Mx. Please keep in mind that I will not be programming by code but by using the Dreamweaver editor.