Lost Password?


Go Back   CodeCall Programming Forum > Web Development Forum > Database & Database Programming

Database & Database Programming MySQL, Oracle, SQL, PL/SQL, ABAP, Smart Forms, and other databases and languages. A database is an organized body of related information used in many websites (including CC).

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-07-2007, 01:08 PM
OLD MAN OLD MAN is offline
Newbie
 
Join Date: Dec 2007
Posts: 4
Rep Power: 0
OLD MAN is on a distinguished road
Default Need some help.

I am interested in doing a parts cross reference. This would be in an application, but later maybe also over the web. I am a business manager so please understand that I know what I want, but not how to get it.

I am looking for a recommendation on the database and also on the software to query the database. (Not sure if I termed that correctly.)

I am not completely computer ignorant, but this is way beyond my abilities at present.

Thanks,
Old Man
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 12-07-2007, 03:20 PM
v0id's Avatar   
v0id v0id is online now
Retired
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,633
Last Blog:
CherryPy(thon)
Rep Power: 28
v0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of light
Send a message via MSN to v0id
Default

There's a lot of different databases, and they all have their own advantages. It's hard for us to recommend a database with the little information you're giving us. I think it'd be easier for us, if you could tell us what kind of information you want to save, how much, etc.
You could also read about the major databases yourself on the Internet. Some of the major ones includes MySQL, Oracle, PostgreSQL, etc.
This link could might be interesting for you as well.
__________________
05-03-2007 - 11-13-2008
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-10-2007, 08:46 AM
OLD MAN OLD MAN is offline
Newbie
 
Join Date: Dec 2007
Posts: 4
Rep Power: 0
OLD MAN is on a distinguished road
Default Sorry For The Delay

Sorry for not answering sooner. Inventory weekend.
The database would need to have a list of parts different numbers that are all grouped. Each one of the parts needs to have it's own set of data specifications and drawing, but the drawing could be generic for each sub group of parts.

The program that (drives?) the database would be a main menu with 5 or 6 submenus.

The database is a collection of parts that would have a few subgroups. Industry, type, etc...

Doest this help?

Thanks,
Old Man
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-10-2007, 10:38 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is online now
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,276
Last Blog:
wxWidgets is NOT code ...
Rep Power: 36
WingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to all
Default

Almost any database could do what you are talking about. The issue will probably be determined by the language you write the program in, more than anything else.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-10-2007, 12:37 PM
OLD MAN OLD MAN is offline
Newbie
 
Join Date: Dec 2007
Posts: 4
Rep Power: 0
OLD MAN is on a distinguished road
Default

I thought maybe that was the case.
My main purpose for asking was to get feedback based on the Windows platform.

So what database would be most Windows friendly and what language would you recommend for the querying program?

Thanks,
Old Man
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 12-11-2007, 11:26 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is online now
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,276
Last Blog:
wxWidgets is NOT code ...
Rep Power: 36
WingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to all
Default

Databases tend to be OS neutral. The real question is: how many users do you plan to have on it at once, and how large do you expect it to be?
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-11-2007, 01:54 PM
OLD MAN OLD MAN is offline
Newbie
 
Join Date: Dec 2007
Posts: 4
Rep Power: 0
OLD MAN is on a distinguished road
Default

Initially the desktop app. would only need to be 1 - 10 users. I would need a single user version and an NT version?

The heart of what I need to know is do I look for a programmer that can handle Java, C, C++, etc...

Which one of these would be the best for my situation?

Thanks,
Old Man
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-13-2007, 11:50 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is online now
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,276
Last Blog:
wxWidgets is NOT code ...
Rep Power: 36
WingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to all
Default

You will have a Single-User client at each workstation, along with a central database that they all connect to. This could be done in any of the languages you mentioned.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 12-28-2007, 01:42 PM
jonmacpherson jonmacpherson is offline
Newbie
 
Join Date: Dec 2007
Posts: 7
Rep Power: 0
jonmacpherson is on a distinguished road
Default

I would recommend Visual Basic, or C. But I could write this program in perl, and use a web interface to get to the data. I have done this for news management .....

I would imagine their is an application already written out there that you could simply purchase.

For the non-programmer, I would recommend FileMaker. I have seen some pretty good applications put together quickly and easily with it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -5. The time now is 11:56 AM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 97%

Ads