Hello

I 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 requested feature is no
t implemented.
in <0x0001d> System.Data.Common.DbDataAdapter:set_SelectCommand ( System.Data.Com
mon.DbCommand value)
in <0x0000d> FirebirdSql.Data.FirebirdClient.FbDataAdapter:set_SelectCommand (Fi
rebirdSql.Data.FirebirdClient.FbCommand value)
in (wrapper remoting-invoke-with-check) FirebirdSql.Data.FirebirdClient.FbDataAd
apter:set_SelectCommand (FirebirdSql.Data.FirebirdClient.FbCommand)
in <0x000ef> BBDD1.MainForm:.ctor ()
in (wrapper remoting-invoke-with-check) BBDD1.MainForm:.ctor ()
in <0x00025> BBDD1.MainForm:Main (System.String[] args)

Its like the featuer set_selectCommand isnt implemented.

If I run the application without mono it runs ok. So is there any incompatibilty with Firebird provider and mono?

Thanks

Emiliano Sutil
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to