Hi all,

When trying to connect to firebird 2.0 RC5 Embedded mode (with the version 
15.3 works ok) and the .NET provider 1.7.1, I get the following exception:

 StackTrace "   at FirebirdSql.Data.Common.IscHelper.VaxInteger(Byte[] 
buffer, Int32 index, Int32 length)\r\n   at 
FirebirdSql.Data.Common.IscHelper.ParseDatabaseInfo(Byte[] buffer)\r\n   at 
FirebirdSql.Data.Embedded.FesDatabase.GetDatabaseInfo(Byte[] items, Int32 
bufferLength)\r\n   at 
FirebirdSql.Data.Embedded.FesDatabase.GetServerVersion()\r\n   at 
FirebirdSql.Data.Embedded.FesDatabase.Attach(DatabaseParameterBuffer dpb, 
String dataSource, Int32 port, String database)\r\n   at 
FirebirdSql.Data.Firebird.FbConnectionInternal.Connect()\r\n   at 
FirebirdSql.Data.Firebird.FbConnectionPool.Create()\r\n   at 
FirebirdSql.Data.Firebird.FbConnectionPool.CheckOut()\r\n   at 
FirebirdSql.Data.Firebird.FbConnection.Open()\r\n

I'm are using the following connection string:
ServerType=1;User=SYSDBA;Password=masterkey;Database=barebonetest.fdb;Pooling=true;Charset=UNICODE_FSS;

I have read that this bug is solved, but I have downloaded and compiled the 
sources from cvs, and I get the same exception.

I used to download the source from cvs:

cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/firebird 
login
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/firebird 
co NETProvider 


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