Answered
Error with CFGRIDUPDATE after installing CFMX 7 Updaters
I installed ColdFusion MX 7 Updater (7.0.1) and ColdFusion MX
7 Updater 2 (7.0.2). Now I'm geting the following errors when using
CFGRIDUPDATE:
Error casting an object of type coldfusion.sql.CFNoResultSetTable to an incompatible type. This usually indicates a programming error in Java, although it could also mean you have tried to use a foreign object in a different way than it was designed.
coldfusion.sql.CFNoResultSetTable
<cfgridupdate datasource="#request.dsn#" grid="thisGrid" tablename="MY_TABLE">
Is anyone else getting this? I'm going to handle the SQL manually until I can use CFGRIDUPDATE again.
Error casting an object of type coldfusion.sql.CFNoResultSetTable to an incompatible type. This usually indicates a programming error in Java, although it could also mean you have tried to use a foreign object in a different way than it was designed.
coldfusion.sql.CFNoResultSetTable
<cfgridupdate datasource="#request.dsn#" grid="thisGrid" tablename="MY_TABLE">
Is anyone else getting this? I'm going to handle the SQL manually until I can use CFGRIDUPDATE again.