Biografía del usuario
404: la biografía no se encuentra
Malaga, Spain
Miembro desde 21 feb, 2018
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
}
}
Enhorabuena a los ganadores. iterm es super útil, un gran trabajo de @Dmitry Maslennikov
Aplicaciones de Open Exchange:
Insignias y certificaciones Credly:
Insignias de Global Masters:
Seguidores:
Siguiendo:
WOW.... el 18 !!!!