Lucky you...

Still don't make it work.

I wrote a simple form which instantiates a connection to FB using a provider
factory and works ok:

Public Class Form1
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
        Dim pf As DbProviderFactory =
DbProviderFactories.GetFactory("FirebirdSql.Data.FirebirdClient")
        Dim conn As DbConnection = pf.CreateConnection()
        conn.ConnectionString =
"port=3050;charset=NONE;dialect=3;servertype=0;datasource=localhost;database
=C:\temp\CC-PR-JULIO-MD.FDB;userid=SYSDBA;password=masterkey"
        conn.Open()
        MsgBox("Ya conecte = " & conn.ServerVersion())
        conn.Close()
    End Sub
End Class

There must be something else because I use the data source wizard with
SQLite and get the same error: "Failed to find or load the registered .Net
Framework Data Provider".

The version of VS I have (copied from about dialog) is 8.0.50727.42
(RTM.050727-4200)

Before upgrading to VS pro I have VB Express edition.

Some ideas where can I check, registry, xml, etc.?

Regards.

-----Mensaje original-----
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de
Carlos Guzmán Álvarez
Enviado el: Viernes, 19 de Mayo de 2006 02:40 a.m.
Para: [email protected]
Asunto: Re: [Firebird-net-provider] VS 2005 Prof. integration and Firebird

Hello:
> Works ok now with the April SDK.

Great !! :)



-- 
Carlos Guzmán Álvarez
Vigo-Spain

http://carlosga.blogspot.com/

"When you don't code, you tend to become one of those architects who thinks
everything is possible" ( Anders Hejlsberg )



-------------------------------------------------------
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
[email protected]
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&kid0709&bid&3057&dat1642
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to