[android-developers] Re: Invalid statement in fillWindow()

2010-03-01 Thread creativepragmatic
I think I figured it out. I was calling getCount() after the database connection was closed. On Mar 1, 11:48 am, creativepragmatic wrote: > Never mind.  It works.  I am not sure why it works now but I am moving > on. > > On Mar 1, 10:40 am, creativepragmatic > wrote: > > > > > Hello Everyone,

[android-developers] Re: Invalid statement in fillWindow()

2010-03-01 Thread creativepragmatic
Never mind. It works. I am not sure why it works now but I am moving on. On Mar 1, 10:40 am, creativepragmatic wrote: > Hello Everyone, > > I know the error will probably be painfully obvious to you but using > cursor.getCount() on the result of the following returns a 0 when > there are multip

[android-developers] Re: "invalid statement in fillwindow"

2009-01-09 Thread Mads Kristiansen
Okay, problem solved. Due to a bit of careless programming by yours truly ;) the database was closed down when it shouldn't have been, so it simply wasn't open at the point, where the requery happened. Best regards, Mads On Thu, Jan 8, 2009 at 8:01 PM, Mads <> wrote: > > I have an Activty contain