When I issue a dwc.Update() function and it is not successful, it creates a DW Error Dialog box. I"m not specifically createing this error box. When the update() function fails it creates this box.
Why does it create this box? And more importantly, how do I prevent it from appearing? I want to create my own error checking, but this box keeps on appearing.
I getting the following error in the dialog box:
Violation of PRIMARY KEY constraint 'PK_Colposcopy_chart'. Cannot insert duplicate key in object 'Colposcopy_chart'.
No changes made to database.
INSERT INTO ........
I'm getting this error when the update properties, key modification is set to 'use delete then insert'(PB6.5)
Thnaks in advance!!!
Why does it create this box? And more importantly, how do I prevent it from appearing? I want to create my own error checking, but this box keeps on appearing.
I getting the following error in the dialog box:
Violation of PRIMARY KEY constraint 'PK_Colposcopy_chart'. Cannot insert duplicate key in object 'Colposcopy_chart'.
No changes made to database.
INSERT INTO ........
I'm getting this error when the update properties, key modification is set to 'use delete then insert'(PB6.5)
Thnaks in advance!!!