[android-developers] Re: Database query NULL exception

2008-04-08 Thread Sawan007
Thanks everyone. The problem was in the create table query. End braces were missing. Regards, Sawan On Apr 8, 4:52 pm, Hielko <[EMAIL PROTECTED]> wrote: > Use: > > log.e(TAG, "Some error message"); > > On Apr 8, 12:23 pm, Sawan007 <[EMAIL PROTECTED]> wrote: > > > I am afraid I don't how to use L

[android-developers] Re: Database query NULL exception

2008-04-08 Thread Hielko
Use: log.e(TAG, "Some error message"); On Apr 8, 12:23 pm, Sawan007 <[EMAIL PROTECTED]> wrote: > I am afraid I don't how to use Log to print the values. Please advice. > Thanks > > On Apr 8, 6:37 am, "Dan U." <[EMAIL PROTECTED]> wrote: > > > > > Have you tried using Log to print out the values y

[android-developers] Re: Database query NULL exception

2008-04-08 Thread Sawan007
I am afraid I don't how to use Log to print the values. Please advice. Thanks On Apr 8, 6:37 am, "Dan U." <[EMAIL PROTECTED]> wrote: > Have you tried using Log to print out the values you are using in your > SQL queries? I bet something there is null. Do you have the stack > trace to tell you wh

[android-developers] Re: Database query NULL exception

2008-04-07 Thread Dan U.
Have you tried using Log to print out the values you are using in your SQL queries? I bet something there is null. Do you have the stack trace to tell you what line in the code is causing the problem? On Apr 7, 6:24 pm, Sawan007 <[EMAIL PROTECTED]> wrote: > Could you please advise what is wrong w