I was working away writing today and I was playing with Sqlite in MonoTouch. I have my database working. I have the tables setup. I have indexes, triggers, and all kinds of stuff running over ADO.NET Sqlite Commands and Connections. Obviously, getting the data out (select) is the easy part. I put together a simple query and bang, it didn't work. Given the lack of tools, I thought my query was the problem. I finally ended up with "select * from table" and it still didn't work. Finally, I asked on the IRC MonoTouch channel and found out it was a bug in MonoTouch. Geoff Norton confirmed all of this and asked me to submit a bug on the issue. Not sure when/if this will be fixed, but its nice to see I'm now bug worthy.