C
Craig Grell
I have a simple parent child table setup using MS Access
I keep getting this error
The record cannot be deleted or changed because table YYY includes related
records
I am not updating the primary key or changing it.
I looked at the code in the Dataset.Designer.vb
For some reason the primary key is trying to update in the updateCommand. I
assume this is why I keep getting this error
How can I get the code generator to not add the primary key to the Update
Statement?
Or if i manually edit the update statement how can i make the code generator
leave it alone?
Thanks
I keep getting this error
The record cannot be deleted or changed because table YYY includes related
records
I am not updating the primary key or changing it.
I looked at the code in the Dataset.Designer.vb
For some reason the primary key is trying to update in the updateCommand. I
assume this is why I keep getting this error
How can I get the code generator to not add the primary key to the Update
Statement?
Or if i manually edit the update statement how can i make the code generator
leave it alone?
Thanks