Mike
Member since Sep 18, 2009
- Profile: /members/4342-mike.htm
- Comments: 3
Recent Blog Comments By Mike
-
ColdFusion Query Error: Value Can Not Be Converted To Requested Type
Posted on Nov 20, 2009 at 2:37 PM
The aliasing (e.g., "select c.* from tblcustomer as c") has also worked in my case. While I don't like to do a "select *", I have one table with 150 fields (a related view of that table has even more) and I use all of them in one of my apps, so listing all the individual fields in the query would b... read more »
-
ColdFusion Query Error: Value Can Not Be Converted To Requested Type
Posted on Sep 18, 2009 at 12:39 PM
Three questions about this issue: 1. Does this error occur when you query a CF query object or only when you query a DB table? 2. I assume this error occurs when you query views as well as tables. 3. Is this problem solely the byproduct of a "Select *" (i.e., if you explicitly reference columns i... read more »