I'm developing a class to use di server methods, when using AddObject the new Object is created but the response says that "i can't duplicate the primary key".
Example:
I send this
[OCRD] , '1). [ODBC SQL Server Driver][SQL Server]Infracción de la restricción PRIMARY KEY 'OCRD_PRIMARY'. No se puede insertar una clave duplicada en el objeto 'OCRD'...
I think is all right but...
That's not all same with RemoveObject, the object is removed but the response says "No record founds".
What's the matter with this??
Add a comment