Biografía del usuario
404: la biografía no se encuentra
Malaga, Spain
Miembro desde 21 feb, 2018
Pinned posts:
Publicaciones:
Respuestas:

Nota: Hemo hecho el siguiente código para capturar el error nativo... pero es un poco código chapucero.

// run the query
Set tSC = ..Adapter.ExecuteUpdateParmArray(.nrows,SQL,.param)

// Check if there is any error
If $$$ISERR(tSC)
{
	Set msgError = $System.Status.GetErrorText(tSC) 
	// Check here if the native error code is 2601 (Cannot insert duplicate key row into object 'MYPATIENTS' with unique index 'UQ_UNIQUE_INDEX')
	if $FIND(msgError, "[2601]") > 0
	{
	    // This is a insert/update that violates the unique code
	    // remove duplicate record
	    quit $$$OK
	}
	else
	{
	    // Generic error... thow excepction
	    quit tSC
	}
}
Aplicaciones de Open Exchange:
Insignias y certificaciones Credly:
Insignias de Global Masters:
Seguidores:
Siguiendo: