stored procedure is stored in your database engine (read it DBMS). you access your mysql from unix,win,... and database access the procedure and run it for you.
So you could run it through any db independent mechanism such as ODBC,JDBC but not a OLEDB/ADO pair because there is no such a facility on *nix machines.
-Good luck!