A client needs a database system...

5LiterMustang

Senior member
Dec 8, 2002
531
0
0
We have to build a database system for a client. I am not allowed to mention the client, but it must be able to store a couple hundred contracts and information of that nature. I think oracle would be overkill, something like access appears to be very feasible, however, access is not that great a system for building a database. What do you guys recommend?
 

ggavinmoss

Diamond Member
Apr 20, 2001
4,798
1
0
Well how is the client supposed to interact with this data and what will it be used for?

-geoff
 

KLin

Lifer
Feb 29, 2000
30,951
1,080
126
You can build a frontend within Access pretty quick. If it's just for contact info, I think Access is an adequate solution. BTW, WRONG FORUM. :p
 

PlatinumGold

Lifer
Aug 11, 2000
23,168
0
71
Originally posted by: KLin
You can build a frontend within Access pretty quick. If it's just for contact info, I think Access is an adequate solution. BTW, WRONG FORUM. :p

agreed, access front end, MSDE backend.

 

5LiterMustang

Senior member
Dec 8, 2002
531
0
0
Originally posted by: PlatinumGold
Originally posted by: KLin
You can build a frontend within Access pretty quick. If it's just for contact info, I think Access is an adequate solution. BTW, WRONG FORUM. :p

agreed, access front end, MSDE backend.

Thats what we're leaning towards, but we're giving some thought to mysql...the system is used for contract tracking and notification of renewal and incomplete contracts. I can't specify what for I'm sorry :( but we had to sign confidentiality statements.
 

AgaBoogaBoo

Lifer
Feb 16, 2003
26,108
5
81
I would look at what other open source projects are doing that might be similar to what you need to do. Sourceforge should be a good start, but also look at hotscripts.com
 

5LiterMustang

Senior member
Dec 8, 2002
531
0
0
Originally posted by: AgaBoogaBoo
I would look at what other open source projects are doing that might be similar to what you need to do. Sourceforge should be a good start, but also look at hotscripts.com

cool thanks