How to call stored procedures using C API

2006-08-21 Thread Gelu Gogancea
Hi to all,
I try to call a stored procedure using mysql_real_query and with the 
CLIENT_MULTI_STATEMENTS flag  on mysql_real connect() function.
When i try the statement call sp1(@myparam); the error can't return the 
results in actual context is occur.
Please, if is some one which have experience whith the handling store 
procedures using MySQL C API, to give me a solution.
I use mysql-5.0.2x on Fedora 5.
Thank you,

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: How to call stored procedures using C API

2006-08-21 Thread Gelu Gogancea
Hi again folks,
The problem is solved.Was entirely my fault because i didn't check the version 
of mysqlclient library.


-Original Message-
From: Gelu Gogancea 
Sent: Monday, 21 August, 2006 12:47 PM
To: mysql@lists.mysql.com
Subject: How to call stored procedures using C API 


Hi to all,
I try to call a stored procedure using mysql_real_query and with the 
CLIENT_MULTI_STATEMENTS flag  on mysql_real connect() function.
When i try the statement call sp1(@myparam); the error can't return the 
results in actual context is occur.
Please, if is some one which have experience whith the handling store 
procedures using MySQL C API, to give me a solution.
I use mysql-5.0.2x on Fedora 5.
Thank you,

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]