I have the following sqlite database and it works fine:
db=openOrCreateDatabase("BaseDadosDB", Context.MODE_PRIVATE, null);
db.execSQL("CREATE TABLE IF NOT EXISTS tabeladados(data date,total real,descricao VARCHAR);");
I want to return the...
asked by
12.01.2017 / 16:36