Chelsie Lawson wrote:
> The web application I created will not insert the data into my Db.
> The app works fine with IE.
> 
> The error says that a certain field is missing in the results table of my 
> DB... :
> 
> "The given fieldname "" could not be found in the table "Results"

Are you using CFINSERT or something?

We're going to have to see your code to really help, because normally 
the browser really doesn't affect CFML execution at all.  My guess is 
that you're using CFINSERT or CFUPDATE or something like that, and 
Firefox is including a fieldname that is blank or something in the form 
scope (which would be difficult, to say the least) but who knows.

Personally, I despise CFINSERT and CFUPDATE.

Rick


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262206
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to