Following is my db creation code.
@Override public void onCreate(SQLiteDatabase db) { db.execSQL(\"CREATE TABLE \" + TABLE_NAME + \" (\" +
I think you should give the data types of the column as NUMERIC or DOUBLE or FLOAT or REAL
Read http://sqlite.org/datatype3.html to more info.