Yep, CFUPDATE is one of those tags you really shouldn�t use :-)



-----Original Message-----
From: JLH All Turbo [mailto:[EMAIL PROTECTED]] 
Sent: 09 August 2002 19:38
To: CF-Talk
Subject: Re: Access Question

with cfupdate, you have to name the form fields the same as the table
fields.

if they aren't spelled exactly the same, cfupdate won't work.

try using cfquery instead ... more flexibility.. and WHOA! you might
learn
something.:-)

j
----- Original Message -----
From: "Corey Yiap" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, August 09, 2002 2:36 PM
Subject: RE: Access Question


> I'm using CFMX. My query is pretty simple <CFUPDATE
DATASOURCE="profiles"
> TABLENAME="Site"> and <CFINSERT DATASOURCE="profiles"
TABLENAME="Site">.
> The fields missed are pretty consistent, but there were no error.  It
just
> doesn't write/show in the database.  I got the confirm page that it
was
> successfully updated or inserted every time.
>
> corey
>
>
> -----Original Message-----
> From: jon hall [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 09, 2002 11:04 AM
> To: CF-Talk
> Subject: Re: Access Question
>
>
> Some questions.
>
> Which CF version?
> Can we see the queries? Code good, theory unproductive ;)
> Are the fields that get missed consistent?
> Are you able to reproduce the error, and if so what does the query
> look like in the debug?
>
> --
>  jon
>  mailto:[EMAIL PROTECTED]
>
> Friday, August 9, 2002, 1:48:00 PM, you wrote:
> CY> I'm doing a project the has INSERT INTO, UPDATE and DELETE forms.
My
> CY> question is when I do my INSERT INTO or UPDATE, not all of my
table
form
> CY> fields get inserted or updated.  I can't figured out the glitch,
> sometimes
> CY> it's fine and other times it would miss a couple of fields.  How
can I
> make
> CY> sure that every fields get inserted or updated? and is there a
> connection
> CY> string I need to put in to make it more reliable?
>
> CY> Thanks,
>
> CY> corey
>
>
> CY>
>
> 

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to