Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
860 views
in Technique[技术] by (71.8m points)

mariadb - vb.net Data source name not found no default driver and no default driver specified

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

enter image description here

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

enter image description here

question from:https://stackoverflow.com/questions/66047758/vb-net-data-source-name-not-found-no-default-driver-and-no-default-driver-specif

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...