Hello,
I am using a lot Autoit to make some SELECT/INSERT operation on a Mysql database using this UDF made by @Yoriz who is similar with the udf made by @ProgAndy
:
No problem until now using
_EzMySql_GetTable2d
Now I have created in Mysql a procedure that i want to call with autoit and to get a 2d array.
The sql statment is: "CALL sp_GetResultByDate('2018-01-02', '2018-01-02');"
If i run the statement on Adminer