From: olegmad <ol...@ya...> - 2003-11-14 06:11:01
|
> It's working fine for me I try execute you code. Sorry, but it's don't work for me :((( I can't understand why this happened. I catch eception in line: unicode_insert.ExecuteNonQuery(); Here my stack: Unhandled Exception: FirebirdSql.Data.Firebird.FbException: arithmetic exception, numeric overflow, or string truncation Cannot transliterate character between character sets ---> FirebirdSql.Data.Firebird.Gds.GdsException: Exception of type FirebirdSql.Data.Firebird.Gds.GdsException was thrown. at FirebirdSql.Data.Firebird.Gds.GdsAttachment.ReadStatusVector() at FirebirdSql.Data.Firebird.Gds.GdsAttachment.ReceiveResponse() at FirebirdSql.Data.Firebird.Gds.GdsStatement.execute(Boolean isSP) at FirebirdSql.Data.Firebird.FbCommand.InternalExecute() at FirebirdSql.Data.Firebird.FbCommand.ExecuteNonQuery() --- End of inner exception stack trace --- at FirebirdSql.Data.Firebird.FbCommand.ExecuteNonQuery() at ConsoleApplication.MainClass.Main(String[] args) in c:\vss\consoleapplication3\class1.cs:line 33 |