Hello there,
How to add items in combo box from mysql database?
'mySQL statement
'tryCatch method
ComboBox1._______ = myReader.GetValue(myReader.GetOrdinal("Uname"))
I'm trying use this:
ComboBox1.items = myReader.GetValue(myReader.GetOrdinal("Uname"))
but an error occured.