Is it possible to put multiple queries in a ZEOS Query. It gives me errors. When I dump the text into MySql Control Center they all run fine together. I Tried putting the ; at the end of each statement, but that seems to be what ZEOOs isn't liking. (Using DirectSQL)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Mysql control center would actually parse and split the queries and send them one at the time. So your only solution would be to run each one of them individually.
Regards,
Cristian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to put multiple queries in a ZEOS Query. It gives me errors. When I dump the text into MySql Control Center they all run fine together. I Tried putting the ; at the end of each statement, but that seems to be what ZEOOs isn't liking. (Using DirectSQL)
Mysql control center would actually parse and split the queries and send them one at the time. So your only solution would be to run each one of them individually.
Regards,
Cristian