Posts by Thiago Neves • 1 point
1 post
-
0
votes2
answers96
viewsA: Tela Inicial Dinamica
Could do so to check if the table exists public boolean existeTabela(String tableName, boolean openDb) { if(openDb) { if(myDataBase == null || !myDataBase.isOpen()) { myDataBase =…