Ver Mensaje Individual
  #3  
Antiguo 10-10-2007
pcicom pcicom is offline
Miembro
 
Registrado: may 2003
Ubicación: MONTERREY MEXICO
Posts: 253
Reputación: 21
pcicom Va por buen camino
Código PHP:
update properties set Region='Airport' and Region1='Ixtapa' and TypePropert='Condominium' and Location='OceanFront' and Bedrooms='1' and Parking='2 spaces' and Furnished='Basic' and Bathrooms='1' and Views='Pool' and Price='0...100,000' and Wineceller='Yes' and Dock='Yes' and BeachClub='Yes' and Beach='Yes' and GuestHouse='Yes' and Elevator='Yes' and Tennis='Yes' where Property='ricardo' 
Si es una INSTRUCCION SQL, entonces tienes un ERROR logico de Tu instruccion SQL

Código SQL [-]

UPDATE properties SET
  Region='Airport',
  Region1='Ixtapa',
  TypePropert='Condominium',
  Location='OceanFront',
  Bedrooms='1',
  Parking='2 spaces',
  Furnished='Basic',
  Bathrooms='1',
  Views='Pool',
  Price='0...100,000',
  Wineceller='Yes',
  Dock='Yes',
  BeachClub='Yes',
  Beach='Yes',
  GuestHouse='Yes',
  Elevator='Yes',
  Tennis='Yes' 
  WHERE Property='ricardo' ;
__________________
Poco ha de saber el que no pregunta.. Yo por eso soy un pregunton
Responder Con Cita