Re: Calling MySQL stored procedure
Re: Calling MySQL stored procedure
- Subject: Re: Calling MySQL stored procedure
- From: Chris Williams <email@hidden>
- Date: Wed, 05 Dec 2007 07:01:22 -0800
- Thread-topic: Calling MySQL stored procedure
Title: Re: Calling MySQL stored procedure
The MCPKit stuff works wonderfully, I'm using it to great effect. There's no real reason to avoid it.
IMHO, 95% of the time stored procedures are just used for some perceived way to improve performance, most of the time they are unnecessary. You can do what you are trying to do without them. I suggest trying to do what you are doing without the stored procedure, check performance and tune as necessary.
Note that you can call stored *procedures* using MCPKit, just not stored *functions*. As the link I forwarded showed, this is not a limitation to the kit, but rather to MySQL.
On 12/5/07 2:17 AM, "email@hidden" <email@hidden> wrote:
Besides using the MCPKit_bundle,
can anyone please suggest a simple way to call MySQL stored procedures??
I really hope I can use stored procedure rather than hard code many
SQL statements inside the Objective-C program...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden