Error calling stored procedures with RMySQL
Has anyone had success with calling stored procedures with RMySQL? I get this error when I try to call a simple stored procedure with select statements: Error in mysqlExecStatement(conn, statement, ...) : RS-DBI driver: (could not run statement: PROCEDURE radarbats.ia_mean can't return a result set in the given context) Any ideas? - Jason