Hi there. I've been playing with MonoTouch on a Mac for a few days and whilst I'm getting there with several things (web services, customising the view controllers etc) I am having real issues with SQLite. First off, there are several types of data consumption via SQLite referred to in samples and on other websites (SQLite-Net, Vici, MonoTouch.Data etc) - which is the simplest method? Basically, my app will contain UITableViews and text boxes and I want to be able to create my database (unless it already exists), create tables (unless they already exist) and populate them on button click, bind UITableViews to queries (like I would bind GridViews in .Net), update and delete from them by Id. Any suggestions of a good, fully working example of how to do this? I'm pulling my hair out here!
Another example I need is how to bind UITableViews to the output from my consumed .Net web services. Thank you for any help :-) Jon -- View this message in context: http://monotouch.2284126.n4.nabble.com/SQLite-iOS-binding-to-UITableView-tp4478704p4478704.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
