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; +
 Database=C:/Photography/Software/rak-photography/rak-photography/rak-photograph\y.fdb;+
 ServerType=1;
 FbConnection conn = new FbConnection(connStr);
 conn.Open();

Looks fine.

 the error:
 ==
 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

The fbembed.dll should be in the .net search path if not it will be not 
found ( the exception you are getting )

You ca try using v2.1 that has a new connection string parameter 
ClientLibrary to give the client library ( dll ) you want to use.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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.



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[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 the same directory
as the application executable.
* the system dsn entry connection successfully
tested.

versions:
=
Firebird - AD0.NET 2.0 provider 2.0.0.0
Firebird embedded 1.5.3
Microsoft Visual C# codename Orcas Version 9.0 Beta 1
Microsoft .NET Framework 2.0

the c# code:
=
string connStr;
connStr = User=SYSDBA; +
Password=masterkey; +
Database=C:/Photography/Software/rak-photography/rak-photography/rak-photograph\y.fdb;+
ServerType=1;
FbConnection conn = new FbConnection(connStr);
conn.Open();

the error:
==
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
TypeName=
StackTrace:
at
FirebirdSql.Data.Client.Embedded.FbClient.isc_attach_database(Int32[]
statusVector, Int16 dbNameLength, Byte[] dbName, Int32 dbHandle,
Int16 parmBufferLength, Byte[] parmBuffer)
at
FirebirdSql.Data.Client.Embedded.FesDatabase.Attach(DatabaseParameterBuffer
dpb, String dataSource, Int32 port, String database)
at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect()
at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create()
at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut()
at FirebirdSql.Data.FirebirdClient.FbConnection.Open()
at rak_photography.FormMain..ctor() in
C:\Photography\Software\rak-photography\rak-photography\FormMain.cs:line
42
at rak_photography.Program.Main() in
C:\Photography\Software\rak-photography\rak-photography\Program.cs:line 17
at System.AppDomain._nExecuteAssembly(Assembly assembly,
String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile,
Evidence assemblySecurity, String[] args)
at
Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException:
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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 describing.

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider