Re: Choose DB for Delphi

2008-12-08 Thread Sid Gudes
t; >Sid Gudes <[EMAIL PROTECTED]> >Sent by: [EMAIL PROTECTED] >05/12/2008 16:51 >Please respond to >Moderated discussion list about database programming with Borland's >Delphi > >To >Moderated discussion list about database programming with Borland&#x

Re: Choose DB for Delphi

2008-12-08 Thread Cédric Joubert
Ok, i will remember that, the day i will make the migration. thanks Cédric 2008/12/5 Marcin Bury <[EMAIL PROTECTED]> > As a matter of component set I would go for IBObjects (that I personally > use) or FIB+ (that my friend use - he choose FIB+ because it was easier > for him to switch from Inter

Re: Choose DB for Delphi

2008-12-08 Thread Robert . Pointon
derated discussion list about database programming with Borland's Delphi To Moderated discussion list about database programming with Borland's Delphi cc Subject Re: Choose DB for Delphi Advantage is fine, we use it for some of our internal testing via ADO and have had n

Re: Choose DB for Delphi

2008-12-05 Thread Sid Gudes
> > > >"Cédric Joubert" <[EMAIL PROTECTED]> >Sent by: [EMAIL PROTECTED] >04/12/2008 11:15 >Please respond to >Moderated discussion list about database programming with Borland's >Delphi > > >To >delphi-db@elists.org >cc > >

Re: Choose DB for Delphi

2008-12-05 Thread Marcin Bury
As a matter of component set I would go for IBObjects (that I personally use) or FIB+ (that my friend use - he choose FIB+ because it was easier for him to switch from Interbase Express). Remember one thing - IBExpress components might not work properly with 2.x version of Firebird. Marcin C

Re: Choose DB for Delphi

2008-12-05 Thread Don Macrae
I have no idea why anyone would not choose Firebird. Full featured, trouble free, as well as free. And if you want to run it embedded, ie include it with your app, that's easy too. -- -- Don Macrae, Excellent Programming Company mailto:

Re: Choose DB for Delphi

2008-12-05 Thread Robert . Pointon
lphi To delphi-db@elists.org cc Subject Choose DB for Delphi Hi, It's me again ;-) Which best DB would you use with Delphi7 today for a single user application (medium size, 50 unit/forms) ? 1/ I need one that fit with : - secure data - dynamic (auto startup like Interbase/Firebi

Re: Choose DB for Delphi

2008-12-05 Thread Cédric Joubert
I don't know NexusDB but thanks for the idea. Yes, Firebird will be fine... Cédric - Original Message - From: "CM" <[EMAIL PROTECTED]> To: "Moderated discussion list about database programming with Borland's Delphi" Sent: Thursday, December 04, 200

Re: Choose DB for Delphi

2008-12-05 Thread Cédric Joubert
> 1) I think MySQL would fit your requirements > list, although I don't know if that's better than > Firebird for what you need. Perhaps you could > install both and run some sample queries and see which is faster? Good idea.. i'm interested by the results... > 2) I'm not sure it would make a >

Re: Choose DB for Delphi

2008-12-05 Thread Cédric Joubert
Thanks. So, it won't be too much different from what i made in the past... :-) Hum, the best way to access Firebird would be InterBase Express, IB Objects (or DBExpress) ? I was think about starting with Interbase Express because I have an old Delphi project which works fine using it... Cédric

Re: Choose DB for Delphi

2008-12-04 Thread CM
I've had good results w/NexusDB, but it's not free. I think Firebird is probably still a valid option. Cédric Joubert wrote: > Hi, > > It's me again ;-) > > Which best DB would you use with Delphi7 today for a single user application > (medium size, 50 unit/forms) ? > > 1/ I need one that fit wi

Re: Choose DB for Delphi

2008-12-04 Thread Sid Gudes
Hi, 1) I think MySQL would fit your requirements list, although I don't know if that's better than Firebird for what you need. Perhaps you could install both and run some sample queries and see which is faster? 2) I'm not sure it would make a difference. Assuming a modern PC, any small dif

Re: Choose DB for Delphi

2008-12-04 Thread Marcin Bury
Firebird - the one and only. Good component set and here you go. The only changes that took place during these five years were only good ones ;-) Marcin Cédric Joubert pisze: > Hi, > > It's me again ;-) > > Which best DB would you use with Delphi7 today for a single user application > (mediu

Choose DB for Delphi

2008-12-04 Thread Cédric Joubert
Hi, It's me again ;-) Which best DB would you use with Delphi7 today for a single user application (medium size, 50 unit/forms) ? 1/ I need one that fit with : - secure data - dynamic (auto startup like Interbase/Firebird) - freeware if possible - querying with good performance - transactionnal