ColdFusion ORM Not Saving Data Correctly: Guide | Lucid Outsourcing Solutions
Introduction
The code looks correct. You create an entity. You set properties. You call EntitySave(). The page returns. No errors. No warnings. Nothing in the log. But the database is empty. Or the parent record saved while the child records did not. Or every field has the correct value except one — which mysteriously stayed null. Or the same code that worked yesterday in development saves nothing in production.

Comments
Post a Comment