Connecting from Android to Firebird

Remember the challenge I did some time ago with .NET provider for Firebird and MonoTouch? Well because I’ve got access to previews of MonoDroid, why not to try the same here?

Again it’s a pretty challenge for the whole MonoDroid stack, as the provider uses a lot of various pieces from .NET Framework. And taking into account, the MonoDroid is still in previews phase I wasn’t sure I’ll be able to succeed. However I did. With some tweaking, and I kind of remembered the important places from last attempt, so it was faster, I was able to make it work easily.


Application connected to Firebird server and showing server version and data from MON$DABATASE

Cool, isn’t it? Taking into account, that the Windows Phone 7 (because everything there is based on Silverlight) doesn’t contain pieces from ADO.NET, it’s nice that Mono isn’t crippling the objects available.

Still using i.e. OData is probably better idea, but who knows what somebody might wanna create.

4 thoughts on “Connecting from Android to Firebird

  1. Pingback: Firebird News » #Monodroid :Connecting from Android to Firebird with .NET provider for #Mono

  2. Pingback: Tweets that mention Connecting from Android to Firebird | Jiří {x2} Činčura -- Topsy.com

  3. Roberto

    awesome!! men i want do it too!!!
    can u teach me how connect to firebird or at least some link to read how??

  4. cincura.net Post author

    Given how the Firebird’s wire protocol works, I would rather create an API for the application.

    This is not a good idea in general. It was more or less test or Mono’s AOT and MonoTouch/MonoDroid.

Leave a Reply