My first time at trying to connect to a MySQL database and I am trying this example: https://www.b4x.com/android/forum/threads/jdbcsql-directly-connect-to-remote-databases.84016/
And I keep getting No suitable driver
I've tried using settings
Private driver As String = "net.sourceforge.jtds.jdbc.Driver" '"com.mysql.jdbc.Driver"
and still same thing. Boo hoo, why is this so hard.
And I keep getting No suitable driver
I've tried using settings
Private driver As String = "net.sourceforge.jtds.jdbc.Driver" '"com.mysql.jdbc.Driver"
and still same thing. Boo hoo, why is this so hard.