• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps DBHelper

Dbhelper

  • database

    Votes: 0 0.0%
  • error

    Votes: 0 0.0%

  • Total voters
    0
Hi will any one please help me below error i'm not understanding the error
error.PNG
 
There's a syntax error in your table create statement, but need to see the code of DbHelper.java to advise further on the problem
 
The first thing is that you need a space in the word 'TABLEusers'. Needs to be 'TABLE users'.
 
Back
Top Bottom