Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
English
Whats wrong with this Update statement?
Mensaje
De
04/01/2003 20:00:14
John Baird
Coatesville, Pensilvania, United States
 
 
a
04/01/2003 18:04:32
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Foro:
Visual FoxPro
Category:
Programación, sintáxis y comandos
Miscellaneous
ID de la conversación:
00738082
ID del mensaje:
00738096
Views:
21
Are the double quotes at the end of int(mgrop_num)) a typo or are they there in your code?


>Hi all:
>
>The following is an update statement in the save button. It gives no error messages, but the table is not updated.
>
>
update clinic set clinic.grop_num = int(mgrop_num)), ;
>	clinic.clnc_name = mclnc_name, ;
>	clinic.address2 = maddress2, ;
>	clinic.address22 = maddrss_22 ,;
>	clinic.city = mcity, ;
>	clinic.province = mprovince, ;
>	clinic.postalcode = mpostalcode, ;
>	clinic.area_phone = marea_phone,;
>	clinic.phone = mphone, ;
>	clinic.area_fax = marea_fax ,;
>	clinic.facsimile = mfacsimile, ;
>	clinic.Gender = mDefaultGender;
>	where recno() = 1
>
>Where am I going wrong? TIA.
Previous
Next
Responder
Mapa
Ver

Click here to load this message in the networking platform