Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/03/2013, 09:58
Avatar de Fuzzylog
Fuzzylog
 
Fecha de Ingreso: agosto-2008
Ubicación: En internet
Mensajes: 2.511
Antigüedad: 16 años, 4 meses
Puntos: 188
Respuesta: Problemas con un Update

String sql="Update proveedores set proveedor='proveedor',CUIL='CUIL',CUIT='CUIT',ing_ brutosprov='ing_brutosprov',direccion='direccion'w here proveedor='"+proveedor+"'"; => Revisa esto

Debería ser algo como:

String sql="Update proveedores set proveedor='"+proveedor+"',CUIL='"+CUIL+"',CUIT='"+ CUIT+"',ing_brutosprov='"+ing_brutosprov+"',direcc ion='"+direccion+"'where proveedor='"+proveedor+"'";
__________________
if (fuzzy && smooth) {
fuzzylog = "c00l";
return true;
}