Re: [Firebird-net-provider] Help with FB client for the

2007-04-14 Thread Jiri Cincura
Adrián Avila Mtz. wrote: > This is the exception I get: > > "FbException was unhandled" > "No messsage for error code 335544721 found" Thie error means: Unable to complete network request to host "{0}". So your PDA/emulator isn't properly presetted for using network. -- Jiri {x2} Cincura http:

Re: [Firebird-net-provider] Help with FB client for the

2007-04-14 Thread Adrián Avila Mtz.
This is the exception I get: "FbException was unhandled" "No messsage for error code 335544721 found" Im using this assemly: FirebirdClient-2.0.1-Compact-Bin Downloaded from firebirdsql.org I made the change you told me but with the same results, this is the code: private void button1_Click

Re: [Firebird-net-provider] Help with FB client for the

2007-04-14 Thread Carlos Guzmán Álvarez
Hello: > What does "unknow exception" mean? The exception must be some type of. And one more question, are you using an assembly built for the compact framework. ?? - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [Firebird-net-provider] Help with FB client for the compac framework...

2007-04-13 Thread Jiri Cincura
Adrián Avila Mtz. wrote: > But it shows and unknow exception in he line: >con.Open() What does "unknow exception" mean? The exception must be some type of. -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

[Firebird-net-provider] Help with FB client for the compac framework...

2007-04-13 Thread Adrián Avila Mtz.
Im trying to make to make a simple application for Windows CE using the FB client for the compact framework, I have the next code: string cs = "User=SYSDBA;Password=masterkey;Database=c:\\imagenco\\dbi\\dobleb\\gasconsola.fdb;DataSource=192.168.0.151;"; FbConnection con =