I'm trying to implement the cfgrid tags under Linux with CF 4.5.1 sp2. I
am using MySQL 3.22.32 as the datasource.
After some fussing I was able to get the edited table data to the page
with cfgridupdate on it. However, rather than updating, I get:
"Error Occurred While Processing Request
Error Diagnostic Information
Data Access Error
Unknown Data Access Error.
The error occurred while processing an element with a general identifier
of (CFGRIDUPDATE), occupying document position (14:1) to (14:70)"
Here is the code i am using (minus the formatting html):
page1: gridtest.cfm
<cfquery name="gridtestedit" datasource="hb_online">
select * from rss_store
</cfquery>
<cfform name="bob1" action="gridtest2.cfm">
<cfgrid name="bob" query="gridtestedit" selectmode="edit" delete="yes"
sort="yes" insert="yes" width="800" height="600" fontsize="16"
bold="yes">
</cfgrid>
<input type="submit">
</cfform>
page2: gridtest2.cfm
<cfgridupdate grid="bob" datasource="hb_online" tablename="rss_store">
Any ideas where I am going wrong? Will this tag work properly on Linux
with mysql?
thanks,
Dan
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.