mysql execute
Publicado: Jue May 17, 2012 5:28 pm
Hi,
Is there a way to execute more than one command using execute?
for exemple:
// sql is a tmysqldatasource
sql:execute([SET @name="Roberto"])
sql:execute([SET @ide="XAILER"])
I would like to get the same result using only one command, like this:
sql:execute([SET @user="Roberto"; SET @ide="XAILER"])
There are situations where I need to insert a lot of records with different fields and I have to use the execute method each time. It take some time that I would like to avoid.
btw, congratulations for version 2.6! Xailer is really a professional development tool. It is easy to use, fast to run and powerful
Is there a way to execute more than one command using execute?
for exemple:
// sql is a tmysqldatasource
sql:execute([SET @name="Roberto"])
sql:execute([SET @ide="XAILER"])
I would like to get the same result using only one command, like this:
sql:execute([SET @user="Roberto"; SET @ide="XAILER"])
There are situations where I need to insert a lot of records with different fields and I have to use the execute method each time. It take some time that I would like to avoid.
btw, congratulations for version 2.6! Xailer is really a professional development tool. It is easy to use, fast to run and powerful