raskal
11-19-2009, 04:26 PM
Hello all!
First off, this is my first real dive into coding so please be gentle! Ive been thrown a new project and I'm not even sure where to start, so let me give you some background.
The project is for an aftermarket parts manufacturer. They produce soultions for a wide array of makes, models and years. Currently the system they have in place is they have a Access database with the forms of make, model and Date- from year to year. so the output would be
Ford - Focus - 1998-2000
This is causing a multitude of problems as some are mid model years with different suspensions. I suggested they move to the standard YMM ( Year / Make / Model ) structure.
I am more of a designer and I use mostly linux hosts, so I suggested we migrate the Access DB to a MySQL database.
The ultimate goal is to be inserted on a page have 3 drop downs, Year, Make Model , and have them sort as they go down. So if a person chose a 2001 Then Ford, they would not see a model that was produced only in 1980. From there the results would be shown on a page that listed the parts available for that particular combination. The person could then click on the part number and be transferred to a detail page of that part number.
For an example - please see the LIVE SITE (http://www.spcalignment.com)
First off, Is this same "structure" available in SQL
Second, if so, is SQL a good match for this type of job
Thrid, how easy would it be to add new apps and create detail pages
Forth, if all above seems ok...where do I start?!
I thank you very much for your time and any suggestions.
First off, this is my first real dive into coding so please be gentle! Ive been thrown a new project and I'm not even sure where to start, so let me give you some background.
The project is for an aftermarket parts manufacturer. They produce soultions for a wide array of makes, models and years. Currently the system they have in place is they have a Access database with the forms of make, model and Date- from year to year. so the output would be
Ford - Focus - 1998-2000
This is causing a multitude of problems as some are mid model years with different suspensions. I suggested they move to the standard YMM ( Year / Make / Model ) structure.
I am more of a designer and I use mostly linux hosts, so I suggested we migrate the Access DB to a MySQL database.
The ultimate goal is to be inserted on a page have 3 drop downs, Year, Make Model , and have them sort as they go down. So if a person chose a 2001 Then Ford, they would not see a model that was produced only in 1980. From there the results would be shown on a page that listed the parts available for that particular combination. The person could then click on the part number and be transferred to a detail page of that part number.
For an example - please see the LIVE SITE (http://www.spcalignment.com)
First off, Is this same "structure" available in SQL
Second, if so, is SQL a good match for this type of job
Thrid, how easy would it be to add new apps and create detail pages
Forth, if all above seems ok...where do I start?!
I thank you very much for your time and any suggestions.