PDA

View Full Version : Databases


nmrmak
03-03-2005, 02:39 PM
Hey all!
I'd like to know if there's a good database that would be used in a warehouse (should have quantity, serial numbers and such stuff).

Thanks in advance!

MrG
03-03-2005, 02:53 PM
personally id use oracle

but that needs lots of experience and costs a bit so id probly say ms access, or something mySQL based

Bomberman444
03-03-2005, 03:58 PM
from memory access only allows so many concurrent connections.

Mist
03-03-2005, 06:31 PM
How many users?
How much activity?

nmrmak
03-03-2005, 07:04 PM
up to 2 users, not much activity. It would be used in a storage where there are about 200 items. (not in total, but 200 different types, each with it's own quantities).

Dr Pirate
03-03-2005, 07:07 PM
Probably access, ease of use aswell.

Mist
03-03-2005, 07:52 PM
Yeah, for two users I'd go with Access.

Kazbo
03-03-2005, 09:38 PM
Yeah go for Access or mySQL. Depends how much about databases you know.

DG
05-03-2005, 05:36 AM
Hey all!
I'd like to know if there's a good database that would be used in a warehouse (should have quantity, serial numbers and such stuff).

Thanks in advance!


By the sounds of it a spreadhseet sounds like it would be easier to use and you can always export that to a Database later if you set it up right

nmrmak
05-03-2005, 11:18 AM
Thank you!