Re: [sqlite] EXTERNAL: Terminate blocking SELECT-operation?

2010-07-12 Thread Kristoffer Danielsson
Thanks. That's exactly what I need. > Date: Mon, 12 Jul 2010 06:57:13 -0500 > From: michael.bla...@ngc.com > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] EXTERNAL: Terminate blocking SELECT-operation? > > Do you maybe want a combination of > > htt

Re: [sqlite] EXTERNAL: Terminate blocking SELECT-operation?

2010-07-12 Thread Black, Michael (IS)
Do you maybe want a combination of http://www.sqlite.org/c3ref/progress_handler.html And http://www.sqlite.org/c3ref/interrupt.html If you really need asynch queries then I think you'll have to thread it or fork it yourself. Michael D. Black Senior Scientist Northrop Grumman Mission Systems