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?