Click here to Skip to main content
15,917,481 members

Comments by CG0099 (Top 6 by date)

CG0099 8-Aug-13 7:07am View    
@sudha1821 posted.
CG0099 24-Jul-13 8:59am View    
Mehdi, thank you for your answer. Isn't a primary key set to not null by default?
CG0099 24-Jul-13 8:13am View    
The comment I posted is the actual statement. There does not seem to be any syntax errors, I also tried removing all concatenations and hard-coded the whole statement. If there really is a syntax error, than I am not seeing it.
CG0099 24-Jul-13 7:36am View    
My friend, you cannot stop hackers from hacking; you can ONLY make the process more difficult for them.
CG0099 24-Jul-13 7:17am View    
String createRepairStatus = "CREATE TABLE " + TABLE_REPAIR_STATUS + "(_id INTEGER PRIMARY KEY, status_name TEXT);";