  | |  | Muliple query execution | Muliple query execution 2005-09-08 - By Ryan Stille
Back 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
-- MySQL ODBC Mailing List For list archives: http://lists.mysql.com/myodbc To unsubscribe: http://lists.mysql.com/myodbc?unsub=mysql@(protected)
Earn $52 per hosting referral at Lunarpages.
|
|
 |