I have a database with tables containing more than 1000 lines, when i write a query for sqlite database on MonoTouch. To read data into dataadapter and fill it into datatable. IOS throws an exception at the statement dataadaper.fill(datatable).(TIMED OUT). The query is a simple one to collect 4 columns with some simple where condition( where the ideal result would be 8 rows with 4 columns).
I'm not sure whether it is being thrown because the query execution is taking longer or dataadapter.fill(datatable) is not fast enough. Please let me know if there is any faster way to query data from SQLITE database. -- View this message in context: http://monotouch.2284126.n4.nabble.com/SQLITE-TIMED-OUT-tp4657910.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
