Hi Guys,
I've created a dynamic form and I added a submit button to save the updated data. I've used <CFUPDATE> because I don't know wich fields will be in the form (this is based on certain chooses the user makes).
<cfupdate datasource="Myconnection" tablename="DBname" formfields="#FORM.Fieldnames#">
I also included my primary key as a hidden field in my form.
Now I get the error saying : Error Executing Database Query
Invalid column number. (I'm using a Visual Foxpro database)
I've been looking at this problem for some hours now and I hope someone can help me
TIA
Fleer
I've created a dynamic form and I added a submit button to save the updated data. I've used <CFUPDATE> because I don't know wich fields will be in the form (this is based on certain chooses the user makes).
<cfupdate datasource="Myconnection" tablename="DBname" formfields="#FORM.Fieldnames#">
I also included my primary key as a hidden field in my form.
Now I get the error saying : Error Executing Database Query
Invalid column number. (I'm using a Visual Foxpro database)
I've been looking at this problem for some hours now and I hope someone can help me
TIA
Fleer