I get this error when I follow the crash course tutorial on live docs
using a mysql server.
Not sure where to go with this.

Thanks

Dan Radez

The parameter CFCFDATATYPE to function setCfDataType is required but was
not passed in.
 
The error occurred in /var/www/html/reactor/data/mysql4/ObjectDao.cfc:
line 90
Called from /var/www/html/reactor/data/mysql4/ObjectDao.cfc: line 10
Called from /var/www/html/reactor/core/objectFactory.cfc: line 104
Called from /var/www/html/reactor/core/objectFactory.cfc: line 29 Called
from /var/www/html/reactor/reactorFactory.cfc: line 61 Called from
/home/www/web6/web/reactortest/index.cfm: line 5

88 :                    <cfset Field.setNullable(qFields.NULL is "YES")
/>
89 :                    <cfset Field.setDbDataType(dataType) />
90 :                    <cfset
Field.setCfDataType(getCfDataType(dataType)) />
91 :                    <cfset
Field.setCfSqlType(getCfSqlType(dataType)) />
92 :                    <cfset Field.setLength(length) />


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to