Re: [Firebird-net-provider] Database level exceptions and FBExceptions problem

2008-08-06 Thread zeko77
Please forgive me. I'm such an idiot. First time to deal with cvs and svn. Downloaded tortioseSVN and everything works like charm now. MY apologies again zeko77 wrote: > > You are right. > It seems that the source I downloaded and targeted for framework 2.0 was > outdated. > I used last wee

Re: [Firebird-net-provider] Database level exceptions and FBExceptions problem

2008-08-05 Thread Jiri Cincura
http://img142.imageshack.us/my.php?image=clipbrd2cm9.png -- 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'

Re: [Firebird-net-provider] Database level exceptions and FBExceptions problem

2008-08-05 Thread zeko77
Hi! I did RTFM and got the source from download section of the official site (06 03 2008), built it, had this problem and asked I there is more recent source available. So if there is more recent version available I would greatly appreciate it (i need to target it to 2.0) , if not I can manage u

Re: [Firebird-net-provider] Database level exceptions and FBExceptions problem

2008-08-04 Thread Jiri Cincura
On Mon, Aug 4, 2008 at 11:54 PM, zeko77 <[EMAIL PROTECTED]> wrote: > If it is not too much trouble, I would ask you for link to latest source if > possible. RTFM http://www.firebirdsql.org/index.php?op=devel&sub=netprovider -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ |

Re: [Firebird-net-provider] Database level exceptions and FBExceptions problem

2008-08-04 Thread zeko77
You are right. It seems that the source I downloaded and targeted for framework 2.0 was outdated. I used last weekly build and it works. Thank you very much. If it is not too much trouble, I would ask you for link to latest source if possible. Best regards Jiri Cincura wrote: > > SQL> create e

Re: [Firebird-net-provider] Database level exceptions and FBExceptions problem

2008-08-04 Thread Jiri Cincura
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 (

Re: [Firebird-net-provider] Database level exceptions and FBExceptions problem

2008-08-04 Thread zeko77
Thanx for fast response. The problem is that i throw "WEB_PLAYER_USERNAME_EXEPTION" with message "Username already exists!" in stored proc WEB_PLAYER_I if username already exists. The content of FBException message is: "No message for error code 335544382 found.\r\nNo message for error code 335

Re: [Firebird-net-provider] Database level exceptions and FBExceptions problem

2008-08-04 Thread Jiri Cincura
On Mon, Aug 4, 2008 at 9:21 PM, zeko77 <[EMAIL PROTECTED]> wrote: > > I am using 2.5.0 alpha 2 provider. Use 2.1 whis is considered as stable. > The problem is that if a throw an exception in stored proc or trigger, i get > 'No message for error code 335544382 found. > At procedure 'XYZ' line x e