Re: [Firebird-net-provider] Visual C# and Firebird embedded database

2007-07-20 Thread Carlos Guzmán Álvarez
Hello: Microsoft Visual C# codename Orcas Version 9.0 Beta 1 Correct me if i'm wrong but Orcas didn't use the .NET Framework 2.0 right ?? Could you try to build the provider using Orcas ?? and retry ?? string connStr; connStr = User=SYSDBA; + Password=masterkey; +

Re: [Firebird-net-provider] Visual C# and Firebird embedded database

2007-07-20 Thread Dean Harding
Microsoft Visual C# codename Orcas Version 9.0 Beta 1 Correct me if i'm wrong but Orcas didn't use the .NET Framework 2.0 right ?? It uses 3.5 but it should be backwards compatible from what I understand. You can also set it to target 2.0 apps specifically in your project settings. Dean.

[Firebird-net-provider] Visual C# and Firebird embedded database connection failure

2007-07-19 Thread Bob K.
i'm unable to connect to a firebird embedded database. any help would be appreciated. bob k. i have the following setup, and i'm getting an error as follows: * the database is in the same folder as the software. * installed embedded firebird. * moved the appropriate firebird embedded files to

Re: [Firebird-net-provider] Visual C# and Firebird embedded database connection failure

2007-07-19 Thread Jiri Cincura
On 7/19/07, Bob K. [EMAIL PROTECTED] wrote: System.DllNotFoundException was unhandled Message=Unable to load DLL 'fbembed': The specified module could not be found. (Exception from HRESULT: 0x8007007E) Source=FirebirdSql.Data.FirebirdClient What's not clear? IMO this exception too much