I have a powerpoint presentation running continuously.
Is there a way to update one of the slides of this presentation automatically with data from a MySQL database?
Specifically, the data I need is to be returned from mysql stored procedure.
PROCEDURE sp_MatrixTotals
(IN p_start_date DATETIME, IN p_end_date DATETIME, IN p_start_date1 DATETIME, IN p_end_date1 DATETIME)