SQL> create exception rrr 'RRRrrrRRR';
SQL> set term !!; create procedure U as begin exception rrr; end!! set term ; !!

using (FbConnection conn = new
FbConnection(@"database=localhost/3050:rrr.fdb;user=sysdba;password=masterkey"))
            {
                conn.Open();
                using (FbCommand cmd = conn.CreateCommand())
                {
                    cmd.CommandText = "U";
                    cmd.CommandType = System.Data.CommandType.StoredProcedure;
                    cmd.ExecuteNonQuery();
                }
            }

<Exception><ExceptionType>FirebirdSql.Data.FirebirdClient.FbException,
FirebirdSql.Data.FirebirdClient, Version=2.5.0.0, Culture=neutral,
PublicKeyToken=3750abcc3150b00c</ExceptionType><Message>RRR
RRRrrrRRR
At procedure 'U' line: 1, col:
29</Message><ExceptionString>FirebirdSql.Data.FirebirdClient.FbException:
RRR
RRRrrrRRR
At procedure 'U' line: 1, col: 29 ---&amp;gt; RRR
RRRrrrRRR
At procedure 'U' line: 1, col: 29
   --- End of inner exception stack trace ---
   at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteNonQuery()

[snip]

<ExceptionString>RRR
RRRrrrRRR
At procedure 'U' line: 1, col:
29</ExceptionString></InnerException></Exception></TraceRecord>

Using the current weekly build.

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to