Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Which database to use?

Status
Not open for further replies.

Joell

Technical User
Oct 4, 2002
10
AU
Hi all,

I have been asked to develop a small system that is to be used on 1-2 Win2000 computers. The problem is I cant decide which database I should couple with Delphi. I have used Database Desktop 7 (Paradox Tables) with my other Delphi applications before and had quite a few problems maintaining the structure of the tables (esp modifying them!) and I am not keen on repeating the process. Other databases I have used on their own include Oracle SQL and Access. SO coming down to the problem, I'm asking for opinions on the databases you guys have used with Delphi and the level of 'difficulty' in using them as compared to Paradox tables.

P.S. Keep in mind I am still quite a novice programmer =D Cheers.
 
If the application is to be used standalone (so no networked database) using Paradox or MS Access for it is the way to go.
If you're going for a multiuser environment, take a look at Firebird ( You could use it on each user PC as well, but that might be a bit of overkill.
 
If it is networked use Interbase (from Borland)

Steven van Els
SAvanEls@cq-link.sr
 
We all know: FireBird == InterBase gone open source ;-)

Any actively supported database will do, I use MySQL myself, but could have used Access, PostGreSQL, or any SQL 'based' database. This to easily maintain 'future-compatibility', as SQL is a *big* standard already. Paradox is a dead end IMHO.

HTH
TonHu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top