Chris, which SqLite lib are you using? You may find the problem is that it doesn't deal with @paramname - sqlite uses ? internally....?
On Tue, Apr 17, 2012 at 16:38, AnthonyLambert <[email protected]> wrote: > http://stackoverflow.com/questions/5039343/save-image-data-to-sqlite-database-in-iphone > http://stackoverflow.com/questions/5039343/save-image-data-to-sqlite-database-in-iphone > > This is an article on how to do it in Objective C.... You just need to > convert it to C# Monotouch. > > The process will be mostly the same. > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Inserting-image-into-SQLite-tp4565016p4565155.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > 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/ Earnest: Self-employed? Track your business expenses and income. http://earnestapp.com Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p 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
