Ask a Question related to ASP Database, Design and Development.
-
bbxrider #1
Re: syntax error on update
ugh, thanx for the help
guess there's more than one way
this syntax works as well
rs("firstname")=blahblah
i'm just learning sql so i tend to find and use the 'native' syntax and am
finding that it is different from vb, to vbs, to the examples ms gives in
the site comparing ado to dao
so guess sql is better because its consistent across languages???
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:OFOd1#IUDHA.1912@TK2MSFTNGP12.phx.gbl...>> > <!-- now add a record -->
> > rs.addnew
> > rs!firstname=request.form("firstname")
> Ugh. Use an INSERT statement.
>
>
bbxrider Guest
-
Syntax error in UPDATE statement.
ok i have an update form that i created it is for the admin of the site to add/edit user account info for memebers to login. the form adds or edits... -
Syntax error in UPDATE query
Thanks in advance for any help... I am trying to update form data to a database from code in the action page code below.. the form is a dual purpose... -
Syntax Error Update Statement
Can someone tell me what's wrong with this code? I need help. Thanks! It is an update page. FIRST PAGE: LOGIN CHECK <!--- Filename: ... -
Syntax error in update
I'm using the update record form wizard in Dreamweaver, and am getting this error when I try to submit changes. <cfparam name='FORM.buildnumber'... -
Getting a SQL Update syntax error...really shouldn't be?
Try putting round the password column in the UPDATE statement. I think that SQL might be seeing that as a reserved word. Hope it helps... ...



Reply With Quote

