Hi,
Rodrigo Abreu Oliveira wrote:
> I'm using delphi 8 for .NET, but I do not obtain to
> find a form to connection.
Just select components/installed .NET components, enter "Firebird" as
Category, press "Select Assembly" and add FirebirdSql.Data.Firebird.dll.
Now you can drop the Firebird components on a WinForm (!) using the form
designer.
The only problem is, that you can't create a Dataset using the table
mappings property of FbDataAdapter. So you have to fill your Dataset
"manually".
Tobias
|