Florentino S. Filho wrote:
> I know, my question are :
> 1) how can I instal 1.7 or 2.0 fbdataprovider in the data explorer in 
> the ide of delphi 2005.
>   

You need to use 1.7 version of the provider, because 2.x of the provider 
only supports .NET 2+, and as we only have 1.1 in Delphi versions to 
date, you are limited to releases of the ADO Provider that are in the 
1.7 branch.


> 2) how can I open an fbdataadapter (the method is not disponible)
>   

Well, you don't exactly open the data adapter, you get it to fill a dataset.

myFbDataAdapter.Fill(DataSet1, 'MyTableName');

Just make sure your DataAdapter.SelectCommand has it's Connection 
property set to a FbConnection object instance, and that the connection 
object has it's connection string set (I recommend through the dynamic 
properties, and having it specified in the .config file of your 
application).

If you have any other Delphi related questions, probably best to email 
me directly rather then post them to this list, probably not that many 
Delphi.net developers here.  :)


Kind regards,


Scott :)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to