reubenb
10-06-2005, 04:59 AM
hi,
if i had a form, that some fields weren't required, at the database the INSERT INTO field works nicely, even if some fields are =''
but when it comes to editing(UPDATE) where some fields aren't required, it gives an error [this would be the output):
UPDATE personal SET personal_gender = '', personal_height = 235 WHERE personal_id = Request.QueryString("expand")
how can i fix this?
btw, the error is just 'syntax error'
i am using an access database with asp.?
if i had a form, that some fields weren't required, at the database the INSERT INTO field works nicely, even if some fields are =''
but when it comes to editing(UPDATE) where some fields aren't required, it gives an error [this would be the output):
UPDATE personal SET personal_gender = '', personal_height = 235 WHERE personal_id = Request.QueryString("expand")
how can i fix this?
btw, the error is just 'syntax error'
i am using an access database with asp.?