| Author |
Calling MySQL Stored Procedure
|
Namnai Kidorkar
Greenhorn
Joined: Jul 02, 2005
Posts: 25
|
|
This is quite wrong place to ask this question, but can't find a better place to ask. If anyone can give me the answer or give me a link to a place where I can ask this question, that will be greatly appreciated. I spent about an hour in google trying to find the answer but no luck. how do I call a stored procedure from C/C++? I'm using MySQL 5.0 and created some stored procedure there. I need to call them from a c++ program. Any suggestion on the syntax?
|
 |
Maximilian Xavier Stocker
Ranch Hand
Joined: Sep 20, 2005
Posts: 381
|
|
http://dev.mysql.com/doc/mysql/en/odbc-connector.html or http://dev.mysql.com/doc/mysql/en/c.html
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26151
|
|
|
And this is the right place to ask.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Calling MySQL Stored Procedure
|
|
|