what wrong

  • Thread starter Thread starter AC Question
  • Start date Start date
A

AC Question

String createTable = " CREATE TABLE "+tblRegistration +" ( "
+ col_tblRegistration_id + " INTEGER PRIMARY KEY , "
+ col_tblRegistration_email + " TEXT , "
+ col_tblRegistration_password + " TEXT , "
+ col_tblRegistration_fullname + " TEXT , "
+ col_tblRegistration_contact + " TEXT , "
+ col_tblRegistration_select + " TEXT )";
 
Welcome to Android Central! I'm not a developer, but I can tell you that you'll need to give more context and a more specific question. I'll move this to the Developers Lounge.
 
You may need a semicolon on the end of your query.

..
Code:
+ col_tblRegistration_select + " TEXT );";
 

Trending Posts

Forum statistics

Threads
956,288
Messages
6,967,440
Members
3,163,505
Latest member
NirvaanGuilloux