dbTalk Databases Forums  

which dbms?

comp.databases.xbase.fox comp.databases.xbase.fox


Discuss which dbms? in the comp.databases.xbase.fox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dave
 
Posts: n/a

Default which dbms? - 10-11-2003 , 03:30 AM






Hi

I have been asked to implement an error logging/management database for the
network technicians in our company. The idea is that staff using
workstations can enter a database and log any problems they are having,
while the technicians can pull off details of faulty equipment. The users
will have little experience of databases so the system needs to be
customized to allow users access to facilities via simple a gui. The network
is win98 based.

Currently the company does not have a dbms. My initial reaction is to do it
using MS Access as this is a database that I am familiar with. However, with
so many databases systems out there, I was wondering what dbms others would
choose and what advantages/disadvantes it would have.

Many thanks for the help

Dave





Reply With Quote
  #2  
Old   
marco
 
Posts: n/a

Default Re: which dbms? - 10-11-2003 , 05:59 AM






paradox would be very good

Quote:
The network is win98 based.
i would suggest to use a PC with Windows NT4/2000/XP for the server
(where the data is centrally located). And would not use this PC to run
your program .

bye
marco

Dave a écrit:
Quote:
Hi

I have been asked to implement an error logging/management database for the
network technicians in our company. The idea is that staff using
workstations can enter a database and log any problems they are having,
while the technicians can pull off details of faulty equipment. The users
will have little experience of databases so the system needs to be
customized to allow users access to facilities via simple a gui. The network
is win98 based.

Currently the company does not have a dbms. My initial reaction is to do it
using MS Access as this is a database that I am familiar with. However, with
so many databases systems out there, I was wondering what dbms others would
choose and what advantages/disadvantes it would have.

Many thanks for the help

Dave






Reply With Quote
  #3  
Old   
delusion
 
Posts: n/a

Default Re: which dbms? - 10-13-2003 , 08:52 AM



"Dave" <deepthinkernospam (AT) btinternet (DOT) com> wrote

Quote:
Hi

I have been asked to implement an error logging/management database for the
network technicians in our company. The idea is that staff using
workstations can enter a database and log any problems they are having,
while the technicians can pull off details of faulty equipment. The users
will have little experience of databases so the system needs to be
customized to allow users access to facilities via simple a gui. The network
is win98 based.

Currently the company does not have a dbms. My initial reaction is to do it
using MS Access as this is a database that I am familiar with. However, with
so many databases systems out there, I was wondering what dbms others would
choose and what advantages/disadvantes it would have.

Many thanks for the help

Dave
Personally i'd just install SQL and then you can use what you want.
Structure your database in SQL and then write your front end using
jbase or something.


Reply With Quote
  #4  
Old   
Anthony W. Youngman
 
Posts: n/a

Default Re: which dbms? - 10-13-2003 , 01:49 PM



In article <bm8edi$u0o$1 (AT) newsg2 (DOT) svr.pol.co.uk>, Dave <deepthinkernospam@
btinternet.com> writes
Quote:
Hi

I have been asked to implement an error logging/management database for the
network technicians in our company. The idea is that staff using
workstations can enter a database and log any problems they are having,
while the technicians can pull off details of faulty equipment. The users
will have little experience of databases so the system needs to be
customized to allow users access to facilities via simple a gui. The network
is win98 based.

Currently the company does not have a dbms. My initial reaction is to do it
using MS Access as this is a database that I am familiar with. However, with
so many databases systems out there, I was wondering what dbms others would
choose and what advantages/disadvantes it would have.

Well, Access isn't a bad database, just as long as you remember it's a
toy. And it's a great RAD tool.

Get a copy of linux, and older pc, and play. You've got MySQL,
PostgreSQL, and I think many versions also come with DB2, SapDB, and
possibly more.

Oh - and having posted this to comp.databases.revelation, why not try
and get a copy of OpenInsight and then ask here for help. It's not a
relational db, but those of us who know multi-value dbs would say they
knock relational into a cocked hat :-)

Cheers,
Wol
--
Anthony W. Youngman - wol at thewolery dot demon dot co dot uk
Witches are curious by definition and inquisitive by nature. She moved in. "Let
me through. I'm a nosey person.", she said, employing both elbows.
Maskerade : (c) 1995 Terry Pratchett


Reply With Quote
  #5  
Old   
delusion
 
Posts: n/a

Default Re: which dbms? - 10-21-2003 , 04:41 AM



"Anthony W. Youngman" <thewolery (AT) nospam (DOT) demon.co.uk> wrote

Quote:
In article <bm8edi$u0o$1 (AT) newsg2 (DOT) svr.pol.co.uk>, Dave <deepthinkernospam@
btinternet.com> writes
Hi

I have been asked to implement an error logging/management database for the
network technicians in our company. The idea is that staff using
workstations can enter a database and log any problems they are having,
while the technicians can pull off details of faulty equipment. The users
will have little experience of databases so the system needs to be
customized to allow users access to facilities via simple a gui. The network
is win98 based.

Currently the company does not have a dbms. My initial reaction is to do it
using MS Access as this is a database that I am familiar with. However, with
so many databases systems out there, I was wondering what dbms others would
choose and what advantages/disadvantes it would have.

Well, Access isn't a bad database,
It's a pile of shit.

just as long as you remember it's a
Quote:
toy. And it's a great RAD tool.

Get a copy of linux, and older pc, and play. You've got MySQL,
PostgreSQL, and I think many versions also come with DB2, SapDB, and
possibly more.

Oh - and having posted this to comp.databases.revelation, why not try
and get a copy of OpenInsight
That's a pile of shit too and more than a waste of time.
It's too expensive and it'll drive your project into the ground.
Anything as flexible as advanced revelation was just won't adapt to
windows.

If you really want to do anything quickly efficiently and cheaply just
get a copy of qt and use some form of sql on linux.

and then ask here for help. It's not a
Quote:
relational db, but those of us who know multi-value dbs would say they
knock relational into a cocked hat :-)
you can impose multivalues onto any relational database

Quote:
Cheers,
Wol

Reply With Quote
  #6  
Old   
j
 
Posts: n/a

Default Re: which dbms? - 12-11-2003 , 09:14 PM



Dave wrote:

Quote:
Hi

I have been asked to implement an error logging/management database for the
network technicians in our company. The idea is that staff using
workstations can enter a database and log any problems they are having,
while the technicians can pull off details of faulty equipment. The users
will have little experience of databases so the system needs to be
customized to allow users access to facilities via simple a gui. The network
is win98 based.

Currently the company does not have a dbms. My initial reaction is to do it
using MS Access as this is a database that I am familiar with. However, with
so many databases systems out there, I was wondering what dbms others would
choose and what advantages/disadvantes it would have.


So my dbms's, heck there are problel a hundred error loggin, bug
tracking systems that you could buy off the shelf and get with a jim
dandy web/browser interface. What's the budget including your time?



Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.