Home > Software engineering >  How to switch datagridview combobox dropdown values specified in the database table
How to switch datagridview combobox dropdown values specified in the database table

Time:09-19


The picture above, should be in the
The Public Function ComboUpdating (ByVal ComboText As String)
Try
SQL="SELECT * FROM=[]" & amp; ComboText & amp; ", "
Da=New OleDb. OleDbDataAdapter (SQL, dbConnection)
Ds=New DataSet ()
DbConnection. The Open ()
Add code, the display name in the combobox corresponding table, strives for the great god help!!!!!!!!!!
  • Related