Do you maybe know how I can run multiple statements in one Command?
in MS Sql you can use the GO keyword in between different statements. I'm just not sure if there is something like that in MySQL and if the datacommand supports it?
Thanks,
Mladen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Do you maybe know how I can run multiple statements in one Command?
in MS Sql you can use the GO keyword in between different statements. I'm just not sure if there is something like that in MySQL and if the datacommand supports it?
Thanks,
Mladen
Hi Mladen,
sorry for that late response. I don't have implemented support for multiple queries in one Command. You have to submit them manually sequentially.
Back then, AFAIK mysql did not support multiple queries anyway.
Christoph