List:MySQL ODBC« Previous MessageNext Message »
From:Ryan Stille Date:September 8 2005 1:21pm
Subject:Muliple query execution
View as plain text  
I'd like to be able to run more than one query inside one single
<CFQUERY> block in my ColdFusion 5 application.  I am doing this now
with SQL Server, but we are migrating to MySQL.

I've found that there is a way to do multiple queries in JDBC using the
allowMultiQueries paramter in the JDBC connection URL like this:
jdbc:mysql://192.168.1.36:3306/mydb?allowMultiQueries=true

Is there something similar in MyODBC?

Thanks,
-Ryan

Thread
Muliple query executionRyan Stille8 Sep
  • Re: Muliple query executionDaniel Kasak9 Sep