Is it possible to Execute 2 insert or Update Statements using cfquery?
cfquery
If yes how?
if no, what is the best way to execute multiple queries in Co
the mySQL driver in CF8 does now allow multiple statements. as Sam says, you can use to group many statements together or in the coldfusion administrator | Data & Services | Data sources, add allowMultiQueries=true to the Connection String field