Description: TMySQLStoredProc allows to execute stored procedures in MySQL database. It supports IN, OUT and INOUT parameters. TMySQLStoredProc is TDataSet descendant. So you can use it for store resultset fetched in stored procedure. TMySQLStoredProc also allows to execute stored procedures without storing resultset (for example, procedures with INSERT, UPDATE or DELETE statements).
See also: Properties, Methods, Events |