I'm saving float data in sqlite trough in my aplicaton. The problem is that when I saving the value 99999.99 the sqlite is rounding it to 100000.00. And the same is happening when i try to save 999999.99, its rounding it to 1000000.00. What is happening? The problem is in the Table "custo".
public static final String fghs_CREATE_TABLE = "CREATE TABLE IF NOT EXISTS " +
asdfgasfdg + " (" +
cust + " double, " +