[squeak-dev] [ANN] - SqueakDBX first stable version 1.0!!!

Mariano Martinez Peck marianopeck at gmail.com
Mon Apr 20 23:24:01 UTC 2009


On Mon, Apr 20, 2009 at 7:25 PM, Bèrto ëd Sèra <berto.d.sera at gmail.com>wrote:

> Hi!
>
> Compliments! FMI, is there any support for stored procedures, stored
> functions and IN OUT parameter passing with MySQL 5.1?
>

Thanks! More or less. At least, it is not tested. However, as you can see
in: http://wiki.squeak.org/squeak/6106 we plan to do it in a future.

When I asked Norbert (openDBX author) about openDBX store procedure support,
he told me "You have to enable the multi-statement option and retrieve all
result sets using odbx_result. ". This, in SqueakDBX means: DBXConnection
#enableMultiStatements and then do #execute: aSQLString.

I guess in this case aSQLString can be the call string to SP, but I really
don't know.

So, perhaps we do support SP but we don't know it. Is just a matter of
testing. If you want I can google and see how to create a simple SP and see
If I can call it and retrieve the results.

Cheers,

Mariano


> Thanks
> Berto
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20090420/155a7854/attachment.htm


More information about the Squeak-dev mailing list