2nd query fails to run
问题 I'm new to programming and I have a problem with the following code. The 2nd query is not running. It should insert all the data in the first database to the other database. MySQLConn = New MySqlConnection MySQLConn.ConnectionString = Connection Adapter = New MySqlDataAdapter Dim QRY = "SELECT EquipmentID, Quantity FROM subdbborroweq" Dim EQID As Integer Dim QTY As Integer Dim TimeAndDate As String = DateTime.Now.ToString("yyyy/MM/dd HH:mm:ss") Try MySQLConn.Open() Command = New MySqlCommand