Questions tagged [coldfusion-7]

For issues relating to using ColdFusion, version 7.

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion can also refer to CFML, the dynamic programming language which Adobe ColdFusion ("CF") implements, also used by a number of alternative CFML engines - notably Open BlueDragon and Railo.

66 questions
2
votes
1 answer

SQL: Using Multi-Row data in Column

This may not be possible in one query, but I'd like to see what my options are. I have a large query that returns the data for each piece of an inventory (in this case trees). The query gets data from a few different tables. I mostly use left outer…
henonChesser
  • 167
  • 1
  • 14
2
votes
1 answer

cfupdate error: how to see more debug information

I'm having a problem with a recent database crash. After recovering the data, I now get some odd parse errors, but it isn't clear if it is in the data, or if it something else. See the attached image, but it is from a form submit that cfupdate is…
user3525618
  • 235
  • 1
  • 2
  • 6
2
votes
0 answers

Effect of cftransaction rollback along with multiple cftransaction commits

Within a cftransaction block, what does rollback do when I have multiple commit actions?