Using sql Syntax Highlighting
- myDatabase.execSQL("CREATE TABLE IF NOT EXISTS Testing"
- +" (age INT(2), sex VARCHAR, height INT(3);");
- AND inserting TO TABLE USING
- myDatabase.execSQL("INSERT INTO Testing (age,sex,height) VALUES ("+getAge+",'"+getSex+"',"+getHeight+");");
Parsed in 0.002 seconds, using GeSHi 1.0.8.4
but it is showing run time error.. the error is Application error, table Testing has no cloumn named age
Waiting for your valuable comments
Thanks
Nithin

