Detectar si no se ha cambiado ningun registro (No existe NIS?)

This commit is contained in:
Ernesto Abarca 2019-05-07 10:17:54 +00:00
parent 177b16b5c4
commit 4840f5dc7e
1 changed files with 3 additions and 3 deletions

View File

@ -99,13 +99,13 @@ namespace LectorVerdnatura
return retorno;
}//function
public void ejecutarsql(String Sql)
public int ejecutarsql(String Sql)
{
if (!hayconexion) return;
if (!hayconexion) return -1;
//try
//{
OdbcCommand cmd = new OdbcCommand(Sql, conn);
cmd.ExecuteNonQuery();
return cmd.ExecuteNonQuery();
//}
//catch (OdbcException ex) when (ex.Errors[0].NativeError == 1062)
//{