Posts Tagged ‘mySQL’
I guess I should read the documentation for ColdFusion 8 more often. Turns out, there is a new feature when doing database inserts. In the CFQUERY tag, add the parameter result=”somename”. You can now reference the data inserted into the query, as well as, a really cool new feature, the last inserted key. Each database [...]
