Reply
Need to design a web-based DB to search for Alternate Part Numbers
Old 10-07-2009, 08:07 PM Need to design a web-based DB to search for Alternate Part Numbers
Junior Talker

Posts: 1
Name: George
Location: Portland, Oregon
Trades: 0
I want to create a Database where someone can input a part number via a search box or similar and it will return a list of part numbers that will interchange with it. We sell parts that direct interchange with several other manufacturers. I want to have a search DB on my site where they can enter one of about 12 different part numbers from other manufacturers. It will then return a list of all direct interchange part numbers.

Best Software or webservice to use?

How to do it, Etc.

Thanks

George
manifoldman is offline
Reply With Quote
View Public Profile Visit manifoldman's homepage!
 
 
When You Register, These Ads Go Away!
Old 10-09-2009, 08:31 AM Re: Need to design a web-based DB to search for Alternate Part Numbers
chrishirst's Avatar
Super Moderator

Posts: 22,214
Location: Blackpool. UK
Trades: 0
and the database type and server side code that this will run on is?

otherwise the sql query will be something like;

Code:
SELECT alternateNoColumn from partsTable where MfrsPartNoColumn = [User Input Value];
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-15-2009, 06:12 PM Re: Need to design a web-based DB to search for Alternate Part Numbers
Clarence_82's Avatar
Skilled Talker

Posts: 85
Name: Clarence
Trades: 0
If you know how to program in PHP and use MySQL for the database you can do it yourself. Do you know how to do that on your own? If so I can help you with any trouble shooting, otherwise it's actually quite a bit to explain if you don't already know how to program in PHP.
__________________
-Clarence Cowan

Texas Web Design
Clarence_82 is offline
Reply With Quote
View Public Profile
 
Old 10-16-2009, 04:40 PM Re: Need to design a web-based DB to search for Alternate Part Numbers
Skilled Talker

Posts: 91
Name: Sidney shieldon
Trades: 0
Would you be able to handle the major part of it? Here your query will be simplified. You should make your mind for either you want to hire someone or you want to code down your db at your own?
infotech rules is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Need to design a web-based DB to search for Alternate Part Numbers
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.10932 seconds with 13 queries