Hi i’m trying to update a field in navision 2.60 i need update a field i got next error, my field is boolean what is reason i’m trying that this ways but i can’t any idea ?
//string query = “UPDATE mytable SET MYBOOLFIELD = ‘0’ WHERE h =‘101’ and hh =‘H10HRA’”; //error: Navision Financials ODBC Driver]Invalid operand for operator: en System.Data.Odbc.
//string query = “UPDATE mytable SET MYBOOLFIELD = 0 WHERE h =‘101’ and hh =‘H10HRA’”; //error: Administrador de controladores ODBC] El controlador no admite esta función
//string query = “UPDATE mytable SET MYBOOLFIELD = FALSE WHERE h =‘101’ and hh =‘H10HRA’”;
//error: [Navision Software a/s][Navision Financials ODBC Driver]Column not found: FALSE
//string query = “UPDATE mytable SET MYBOOLFIELD = ‘FALSE’ WHERE H =‘101’ and Hhl =‘H10HRA’”;
//error:ERROR [42S00] [Navision Software a/s][Navision Financials ODBC Driver]Invalid operand for operator: