Re: [Firebird-net-provider] fbdataAdapter mono problem

2006-09-07 Thread Emiliano Sutil
2006/9/6, Carlos Guzmán Álvarez <[EMAIL PROTECTED]>: Hello:> If I try to install the firebird 1.7 components  in Sharpdevelop 2> they get installed but when I drop the components in a form I get many> exceptions and the IDE closes, so I decided to use Firebird 2.0 but i> get this new problem.What

Re: [Firebird-net-provider] fbdataAdapter mono problem

2006-09-06 Thread Carlos Guzmán Álvarez
Hello: > If I try to install the firebird 1.7 components in Sharpdevelop 2 > they get installed but when I drop the components in a form I get many > exceptions and the IDE closes, so I decided to use Firebird 2.0 but i > get this new problem. What exceptions ?? Is the same happening under Visu

Re: [Firebird-net-provider] fbdataAdapter mono problem

2006-09-06 Thread Carlos Guzmán Álvarez
Hello: > I get the error: > Unhandled Exception: System.NotImplementedException: The requested > feature is no > t implemented. > in <0x0001d> System.Data.Common.DbDataAdapter:set_SelectCommand ( > System.Data.Com > mon.DbCommand value) > in <0xd> > FirebirdSql.Data.

Re: [Firebird-net-provider] fbdataAdapter mono problem

2006-09-06 Thread Emiliano Sutil
2006/9/6, Oleg Deribas <[EMAIL PROTECTED]>: Hello,Emiliano Sutil said the following on 06.09.2006 14:12:> isnt there any way to use Firebird 2.0 with mono to solve this or is> better that I use Firebird 1.0 and use the clases without the visual > components?You can use firebird 2.0 with mono via pr

Re: [Firebird-net-provider] fbdataAdapter mono problem

2006-09-06 Thread Oleg Deribas
Hello, Emiliano Sutil said the following on 06.09.2006 14:12: > isnt there any way to use Firebird 2.0 with mono to solve this or is > better that I use Firebird 1.0 and use the clases without the visual > components? You can use firebird 2.0 with mono via provider 1.7. Personally, I've never u

Re: [Firebird-net-provider] fbdataAdapter mono problem

2006-09-06 Thread Emiliano Sutil
It is currently possible to use provider's 1.7 version with mono. ok, thats right, I have tested the Firebird 1.7 and you are right, it works but I have a problem when I use 1.7 version with sharpdevelop 2.If I try to install the firebird 1.7 components  in Sharpdevelop 2 they get installed but

Re: [Firebird-net-provider] fbdataAdapter mono problem

2006-09-06 Thread Oleg Deribas
Hello, Emiliano Sutil said the following on 06.09.2006 13:33: > If I run the application without mono it runs ok. So is there any > incompatibilty with Firebird provider and mono? It is currently possible to use provider's 1.7 version with mono. -- Oleg ---

[Firebird-net-provider] fbdataAdapter mono problem

2006-09-06 Thread Emiliano Sutil
HelloI have developed a litle application using sharpdevelop that to uses Firebird 2.0 to connect to a firebird database.If I compile the project it compiles ok, but when I run the applcaion using the command: mono BBDD1.exe I get the error:Unhandled Exception: System.NotImplementedException: The r