why is it i am encountering this error?
I already download Java SE 15
and i already configured ODBC data Source mariadb, of course the server and the database name is exists in my mariadb database
and
Try
Using sGlobalConnectionString1 As New Odbc.OdbcConnection("Driver={MariaDB ODBC 3.1 Driver};SERVER=localhost;USER=root;PASSWORD=*****;DATABASE=StudentRecord;PORT=3306")
sGlobalConnectionString1.Open()
End Using
Catch ex As Exception
MessageBox.Show(ex.Message)
End Try
i dont know if this is related but i tried to add connection in my database
question from:
https://stackoverflow.com/questions/66047758/vb-net-data-source-name-not-found-no-default-driver-and-no-default-driver-specif 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…