Posts by HenriqueJonathan • 33 points
3 posts
-
3
votes0
answers108
viewsQ: Error when connecting external database
The following error appears E/MYSQL: Erro: java.lang.ClassNotFoundException: org.sqlite.JDBC.Driver E/MYSQL: Erro: java.sql.SQLException: No suitable driver E/MYSQL: Erro:…
-
0
votes0
answers90
viewsQ: Problem to connect to external database
When trying to open the connection an error message appears: W/System.err: java.sql.SQLException: opening db: 'C:\sqlite\AgendaOnline': open failed: EROFS (Read-only file system) W/System.err: at…
-
0
votes2
answers667
viewsQ: Go back to another Activity and pass parameters
I’m having a problem adding items to a ListView, have a activity main calling another to add the met package com.example.jonathan.agendaonline; import android.content.Intent; import…