Re: [PHP] issue with MySQL procedure and a result set

2006-04-20 Thread Richard Lynch
On Thu, April 20, 2006 3:48 am, Alain Roger wrote: > personally i do not use MyODBC. i just wrote that this is a common > answer > for such error message. > but why should i check within MySQL documentation if the flag to write > (if > it is really the solution???) belongs to PHP command "mysql_con

Re: [PHP] issue with MySQL procedure and a result set

2006-04-20 Thread Richard Lynch
On Thu, April 20, 2006 1:55 am, Alain Roger wrote: > I'm trying to run a MySQL Procedure from one of my PHP page. > > 1. the procedure works perfectly under MySQL (it gives the correct > results), > so no issue from this side. > 2.user is able to connect without any issue to MySQL RDBMS, so no > is

[PHP] issue with MySQL procedure and a result set

2006-04-19 Thread Alain Roger
Hi, I'm trying to run a MySQL Procedure from one of my PHP page. 1. the procedure works perfectly under MySQL (it gives the correct results), so no issue from this side. 2.user is able to connect without any issue to MySQL RDBMS, so no issue from this side. Here is what i've as error message whe