Android Question connexion to mysql server online

NomeUn

Member
Hello,

I have a problem when trying to connect to a mysql server online using jdbc.
I have copy the jdbcSQLExemple from here : link
I've only changed the url, the id and the password and i have this error :
B4X:
(SQLException) java.sql.SQLException: No suitable driver found for "SERVERNAME"
I've also add this jar file :
B4X:
#AdditionalJar: mysql-connector-java-8.0.28
What could be the problem ?
 

NomeUn

Member
1. Here is my jdbc url.
B4X:
Private jdbcUrl As String = "[I]NAME[/I].webapps.net"
How do I know if my mysql server is compatible with jdbc ?
2. I've tried with this driver :
B4X:
#AdditionalJar: mysql-connector-java-5.1.34-bin
and I have the same error
 
Upvote 0
Top