views:

337

answers:

3

Now that I have decided upon Firebird, with the help of StackOverflow :), which driver do you recommend?

  • Delphi's DBX
  • Another vendor's DBX
  • Some native driver

Thanks.

A: 

Firebird is a good choice.

Delphi DBX can be good.

You can also investigate some free JVUIB or some you need to pay FIBPlus - IBDac - IBObjects

and others there

Hugues Van Landeghem
+3  A: 

I use DBX since Delphi 6, and Im happy :)

  • With Delphi 2010 Im using default Firebird driver - Only available for Enterprise and Architect editions
  • Delphi 2006, 2007 and 2009 I have used CoreLabs/DevArt DBX Drivers
  • Until Delphi 7 I have used default DBX Interbase driver

Now you can also test this free DBX driver that seems to be very good

Cesar Romero
+2  A: 

I usually recommended any database components comes from Devart, because they always have been best of their category.

they have two products support FB, which are IBDac which is direct access components to IB & FB, and Unidac which is universal direct access components and has support for IB/FB beside other many like: oracle, SQL server, MySql, PostgreSql and ODBC links too.

Why I recommended them?, because they faster than most of other components, and very stable with great support.

Mohammed Nasman
Thanks for that link - I just learnt that Devart is/was CoreLabs. Cool - their MS SQL Server dbXpress is pretty damn good.
robsoft