Community Member Profile
- Profile: /members/9600-Tom-Eldredge.htm
- Comments: 2
- Points: 19
Recent Blog Comments By Tom Eldredge
-
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
Posted on May 22, 2013 at 11:07 AM
Could your problem be that "users.id" is actually an ARRAY, not a single value? Perhaps try it again with "users.id[1]" (I only have CF8 here at work).... read more »
-
My Safari Browser SQLite Database Hello World Example
Posted on Feb 8, 2012 at 6:58 PM
@Amy: I can't see your code, but I implemented something very similar to this, and the error reporting is non-existent without callbacks. I ended up adding callback functions for both success and failure (with alerts ... ugh). I had a problem where the table I had created was missing a column,... read more »



