Freddy,

What is it that you are trying to do?

I think you are confusing 2 different add-on .NET components for FireBird:

1. DDEX: This tool allows you to add the FireBird Database to your "Server
Explorer" tab in Visual Studio. Meaning that you can then use the tables,
stored procedures, and views in your FireBird database to create a Typed
DataSet (by dragging and dropping the tables/stored procedures/etc. into a
DataSet object. The DataSet object is what you would add to your project.
See here:
http://www.asp.net/data-access/tutorials/creating-a-data-access-layer-cs

2. ToolBox Components:
http://www.firebirdsql.org/firebirdtutorial/data-components-installation.html
Note that the ToolBox components are a completely different thing from DDEX.
If you want to use these, follow the steps in that tutorial.

Hope this helps.

-Luis
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to