Hello list,
I'm not sure this is the correc t list I'm writing to, but I hope so. If
not: sorry.
My problem: I'm writing a DB application (with MySQL, of cause) which
uses the new MySQL 5.0 stored procedured. Unfortunately I couldn't find
any samples or documentation for this topic. The procedure has already
been successfully created ("CREATE PROCEDURE Foo(IN myIn INTEGER, OUT
myOut INTEGER) ..."). The procedure is called from C API with
mysql_stmt_execute ("CALL Foo(?,?)"). What is the correct way to bind
the IN and OUT parameters for the stored procedure? Do they have to be
bound with mysql_stmt_bind_param? Is anybody able to help me? Post some
example code?
Thanks in advance
Andreas Kllaitis
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]