I get this error when trying to save to my table.
The dataset I'm using has the primary key auto increment, but the data type always switches to System.Int32. I've tried several data types in my MDB but every time I get this error:
"Failed to convert parameter value from a Int32 to a Guid."
If I switch the data type in my dataset to Guid, then it turns auto increment off.
The dataset I'm using has the primary key auto increment, but the data type always switches to System.Int32. I've tried several data types in my MDB but every time I get this error:
"Failed to convert parameter value from a Int32 to a Guid."
If I switch the data type in my dataset to Guid, then it turns auto increment off.