I was expecting to see components like FBConnection, FBCommand in the
toolbox. Then I could fill out the properties in the property editor.

Here is what I do now to connect:

Dim connection As New FbConnection("connection string...")
Dim cmd As New FbCommand("P_XML_SALESDOC", connection)
...
Connection.Open()

According to the response from Jiri:

"For ADO.NET 2.0 is this way deprecated. You should use native ADO.NET
components and bind it to FB."

I don't understand if I should be doing something different that the above,
or how to use the ADO.NET components and bind them to FB?

Thanks,

Rick




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Carlos Guzmán Álvarez
Sent: Monday, October 16, 2006 6:50 AM
To: [EMAIL PROTECTED]; For users and developers of the Firebird .NET
providers
Subject: Re: [Firebird-net-provider] components not showing in tool box

Hello:
>
> VS 2005 pro
>
> Firebird NET client 2.0.1-RC2
>
> I have installed the Firebird client and can connect to an FB DB from 
> code, however I think the FB components should show up in the toolbox 
> – like the FBConnection.
>
What components ??
>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to