I modified the file dbo_mysql
                        $this->connection = mysql_connect($config['host'] . ':' 
. $config
['port'], $config['login'], $config['password'],true, 131074);

So i can connect with

        //define("CLIENT_MULTI_RESULTS",131072);//Enable/disable multi-
results
    //define("CLIENT_MULTI_STATEMENTS",65536);//Enable/disable multi-
statement support

But I get only one result from stored procedure?

Is able cake support to manage more than one results?

$results = $this->Person->query("call testa(2,@totali)");

I get only the first recordset...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to