Avatar of pillmill
pillmill

asked on 

Parameter 'ID' not found in the collection.

I get this error when I execute the command:

cmd.Parameters["ID"].Value = row["USER"];

where cmd is a MySqCommand and row is an element of a
XMLDoc.DataSet.Table

I thought "collection" referred to the table.

But I find the element in BOTH the cmd and in
the Table. How can I debug this?
.NET ProgrammingEditors IDEsMySQL Server

Avatar of undefined
Last Comment
jacekmalinowski

8/22/2022 - Mon