Android Question JdbcSQL ERROR

Jose Briceño

Member
Licensed User
Friends this error comes to me, it will be the mysql version since it has 5.1

Check unfiltered logs for JDBC errors
 

OliverA

Expert
Licensed User
Longtime User
What code produces this?
 
Upvote 0

Jose Briceño

Member
Licensed User
Sub Connect As ResumableSub
mysql.InitializeAsync("mysql", driver, jdbcUrl, UserName, Password)
Wait For MySQL_Ready (Success As Boolean)
If Success = False Then
Log("Check unfiltered logs for JDBC errors.")
End If
Log("Coneccion con el Servidor: " & Success)
Return Success
End Sub
 
Upvote 0

OliverA

Expert
Licensed User
Longtime User
Which .jar file are you using for your MySQL connection?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…