Thu, 14 Feb 2008 01:23:37 -0800, Mathias Wuehrmann wrote:

>>
>>I keep getting an error for a newly created firebird database:
>>
>>"No message for error code 335544854 found."

That exception belongs to Firebird 2.1.  Its text is "CHARACTER SET %s is not 
installed" (where %s would be the name of the problem character set). It occurs 
when the engine tries to access data that are in a character set not known to 
the server.  It seems you may need to study the Firebird 2.1 RC1 release notes 
to find out what you have to do.

The other part of this problem is that you are using an old client library ( < 
v.2.1) or the client cannot find the correct firebird.msg database for Firebird 
v.2.1.

>>
>>FirebirdSql.Data.FirebirdClient.FbException was caught
>> ErrorCode=-2147467259
>> Message="No message for error code 335544854 found."
>> Source="FirebirdSql.Data.FirebirdClient"
>> StackTrace:
>>      at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()
>>      at Fwl_Front.dbFirebird.WriteProtocol(String Protocol, String Fulltext)
>>
>>
>>SELECTs are working, but even simple INSERTs are failing.
>>
>>I'm using Firebird .NET Provider 2.1.0.0.
>>
>>Any ideas what is causing this error?

Conflicting Firebird installations?

Helen




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

Reply via email to