How to call a stored procedure in an external MySQL DB?
Posted: Wed Jun 07, 2017 11:23 am
Dear All
Assume that I have connected from LiveCode to an external MySQL database using code like:
as described in the lesson:
http://lessons.livecode.com/m/4071/l/70 ... l-database
Assume that the database has some stored procedures. How can I call such a MySQL stored procedure from LiveCode using this connection?
Please advise.
best
greg falda
Assume that I have connected from LiveCode to an external MySQL database using code like:
Code: Select all
-- connect to the database
put revOpenDatabase("MySQL", tDatabaseAddress, tDatabaseName, tDatabaseUser, tDatabasePassword) into tResult
http://lessons.livecode.com/m/4071/l/70 ... l-database
Assume that the database has some stored procedures. How can I call such a MySQL stored procedure from LiveCode using this connection?
Please advise.
best
greg falda