 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Pieter Hoeben Guest
|
Posted: Wed Sep 10, 2003 7:49 am Post subject: What is the best database to use with Delphi5 ? |
|
|
Hi,
What is the best database to use with Delphi?
I am udating an existing application, Delphi3 with BDE and Paradox. I
will be using Delphi 5. I want to stop using the BDE.
What would be the best choice for reliable, inexpensive (or free)
databases? And what is the best way to connect to them. It is database
with app. 70 tables, with many-to-many relations, and does serahc, so
speed may be important.
Like:
Delphi + Interbase / Firebird
Delphi + MySQL
And connect through special components, or ADO, or ??
Regards,
Pieter Hoeben
|
|
| Back to top |
|
 |
heiko Luettge Guest
|
Posted: Wed Sep 10, 2003 10:30 am Post subject: Re: What is the best database to use with Delphi5 ? |
|
|
I changed a paradox app to interbase (6.0.1.6)
still using bde (too much time to complete code ).
The best would be using ibobjects.
Heiko
|
|
| Back to top |
|
 |
Pieter Hoeben Guest
|
Posted: Thu Sep 11, 2003 6:57 am Post subject: Re: What is the best database to use with Delphi5 ? |
|
|
Thanks for answering,
On Wed, 10 Sep 2003 19:00:43 +0200, "Helmut Wöss" <h.woess (AT) iis-edv (DOT) at>
wrote:
| Quote: | i have best experiences using D5 pro with adonis components (ADO)
and MSDE 2000 after lots of problems with unstable connections
using D5 with IBX and Interbase 6.
If you buy the developer edition from microsoft sql server ( ~ 60 $)
you can use MSDE for your customers for free.
Isn't Microsft SQL server is much more expensive than this? What is |
the MSDE?
| Quote: | But if you don't need stored procs and transactions then dbisam is
my favorite. i make all my 'small' database programs with it and
it is cheap, roalty free, very stable and has a great support.
And dbsiam fully compiles into your application and works together
will all other standard database components.
I do not know dbsiam. Where can I get it? |
| Quote: | But if you will use Interbase/Firebird then use ibobjects, not IBX!
Does IBX have problems? |
Regards,
Pieter
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|