Ben Forta

Tag: ColdFusion

← All posts
July 9, 2007

Apache Derby And CFINSERT/CFUPDATE

For and to work, ColdFusion must obtain a list of columns in the relevant table. If you are using Apache Derby you may run into a problem whereby and throw a "There are no columns found" error. The solution is to ensure that the Derby table name passed to and is in upper case.

July 5, 2007

ColdFusion 8 Can Return Identity Values

Here's another ColdFusion 8 goodie that I just learned about yesterday ... If you are using a database table with an identity (auto-increment) field, ColdFusion 8 can automatically return the newly created field value for you, without needing a trigger or a subsequent . All you need to do is look...

July 3, 2007

More ColdFusion 8 Performance Data

Last week at CFUnited we publicly discussed the performance enhancements in ColdFusion 8 , and I also posted some specifics . I also said that we had seen some apps where the gain is double and even triple performance. Well, sorry, I lied. I just got stats comparing Ray Camden's Canvas Wiki running...

July 2, 2007

Presenting At 360Flex In Seattle

The first 360Flex (in San Jose, CA) was an incredible event. I presented a session on ColdFusion/Flex integration, and I'll be presenting an updated presentation on the same topic at 360Flex in Seattle, WA. That first 360Flex sold out in record time, so if you have not yet done so, sign up now !

July 2, 2007

3rd Party Confirms ColdFusion 8 Is Highly Secure

Information Risk Management, Plc. is a UK based independent security analysis and risk consultancy firm. IRM conducted an extensive security review of ColdFusion 8, and delivered this final report . They conclude that "ColdFusion 8 exhibits a high degree of resilience to application layer attacks...

July 1, 2007

Derby Identity Weirdness

Like many DBMSs, Apache Derby (included with ColdFusion 8) supports identity fields - fields that auto-increment each time a row is add. These are commonly used for primary key values, as the DBMS itself ensures that these values are unique and never reused. One problem with identity fields is that...

Page 68 of 156 (1560 posts)