• I actually work all over the board. So if I in my developer role screw something up I'll be the one cleaning up the mess later on as you so gently put it.

    I do the database jobs. I write service layers (wcf usually). I'm also working on ms and android mobiles for some industries and stores.

    If there is something I want, then it's a better sqlite alternative for android. Do you know that sqlite does not support stored procedures? This is the database that I find most companies are using for their mobile platforms. Do you know how ugly it gets when you write sql code stored in strings that you then combine and compile? Usually one string per table and one string per column.. a better alternative here would be interesting.