Android Question JdbcSQL ERROR

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
Top