This is possibly no help, but I use Sqlite-net http://code.google.com/p/sqlite-net/
Works great. Very quick. basic migrations. Linq support. Never had a problem with it. 2011/6/10 Anders Kjærgaard Hansen <[email protected]>: > Hi Srinivas > > I see one obvious difference in your code and the code I have sent in reply > to Karl's mail. > > You seem to create new connection objects for each request, and this might be > where I'm doing something wrong. > > Thanks for the sample - I will try to work with my small test solution and > get back. > > /Anders > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of srinivas > Sent: 9. juni 2011 15:29 > To: [email protected] > Subject: Re: [MonoTouch] Anyone knows a workaround for bug in Sqlite on iPad > - or tell me what I am doing wrong. > > I have used SQLite in my project but it was not for heavy data. I dont know > how big your application. I have created an helper class and some methods to > insert update and select the data. I am attaching the file. May be this can > help you getting some idea. > > Regards, > Srinivas > http://monotouch.2284126.n4.nabble.com/file/n3585542/SQLiteHelper.cs > SQLiteHelper.cs > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Anyone-knows-a-workaround-for-bug-in-Sqlite-on-iPad-or-tell-me-what-I-am-doing-wrong-tp3584781p3585542.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ | http://www.flickr.com/photos/nicwise mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
