| View previous topic :: View next topic |
| Author |
Message |
John Guest
|
Posted: Fri Jun 09, 2006 2:17 pm Post subject: Delphi 6 personal and Firebird |
|
|
Hello,
Delphi 6 personal doesn't come with database component.
Is there a free way to be able to use Firebird with Delphio 6 personal ?
Thanks
John |
|
| Back to top |
|
 |
Pierre Y. Guest
|
Posted: Fri Jun 09, 2006 2:24 pm Post subject: Re: Delphi 6 personal and Firebird |
|
|
John a écrit :
| Quote: | Hello,
Delphi 6 personal doesn't come with database component.
Is there a free way to be able to use Firebird with Delphio 6 personal ?
|
With UIB : www.progdigy.com (Firebird 0.9x -> 2.0+, Interbase -> 7.5+,
Yaffil)
You would prefer to use the latest CVS version.
You just won't be able to use the JvUIBDataset since it is a TDataset
subclass.
Regards
Pierre Y.
--
Pierre Y.
levosgien.net - http://cerbermail.com/?7dwZGWwOB0
(Cliquez sur le lien ci-dessus pour me contacter en privé)
Capitaine anglais : "Vous vous battez pour l'argent, nous on se bat
pour l'honneur !"
Robert Surcouf : "Vous avez raison, Monsieur, chacun de nous combat
pour ce qui lui manque." |
|
| Back to top |
|
 |
miab Guest
|
Posted: Fri Jun 09, 2006 2:30 pm Post subject: Re: Delphi 6 personal and Firebird |
|
|
John wrote:
| Quote: | Hello,
Delphi 6 personal doesn't come with database component.
Is there a free way to be able to use Firebird with Delphio 6
personal ?
|
http://fblib.altervista.org/
miab |
|
| Back to top |
|
 |
John Guest
|
Posted: Fri Jun 09, 2006 2:42 pm Post subject: Re: Delphi 6 personal and Firebird |
|
|
| Thanks Pierre and Miab ! |
|
| Back to top |
|
 |
Ivan Pastine Guest
|
Posted: Sat Jun 10, 2006 3:17 am Post subject: Re: Delphi 6 personal and Firebird |
|
|
I haven't used them but my understanding is that IBObjects
(www.IBObjects.com) will do this. IBObjects is one of the leading sets
of commercial firebird access components and has many very loyal users.
It contains two sets of access technologies, one using TDataset which
would not be usable with the personal version and another using their
own technology which I believe is. My understanding is that this
requires you to use their gui widgets (standard third party controls
expect TDatasets) but people say they are good replacements for the
standard controls. |
|
| Back to top |
|
 |
|