diff --git a/LectorVerdnatura/sdklector.cs b/LectorVerdnatura/sdklector.cs index 75080ba..5540fbd 100644 --- a/LectorVerdnatura/sdklector.cs +++ b/LectorVerdnatura/sdklector.cs @@ -103,7 +103,10 @@ namespace LectorVerdnatura try { - db.ejecutarsql(SqlInsert); + int RowsAffected = db.ejecutarsql(SqlInsert); + if (RowsAffected == 0) { // = 0 pero sin error de ya existe puede ser que no existe el NIS + throw new Exception("Error: Ejecucion SQL no ha insertado datos. ¿No existe NIS: " + sdwEnrollNumber + " ?"); + } } catch (OdbcException ex) when (ex.Errors[0].NativeError == 1062) {