I have a dataset that I first do a FillSchema(dataset, SchemaType.Mapped, "Table") on, and yet it still throws System.Data.MissingPrimaryKeyException when I do a dataset.tables("Table").Rows.Find(key).
The column is marked as a primary key in the table and the sql statement is just "SELECT * FROM tableName"
Anybody have any idea why this can happen?
-Thanks
The column is marked as a primary key in the table and the sql statement is just "SELECT * FROM tableName"
Anybody have any idea why this can happen?
-Thanks