16 Nov
2009
16 Nov
'09
11:25 p.m.
Fcuk F wrote:
Hi Timo/all
I am trying to use stored procedure for password query when it try to connect i get authenticated only for the first user after that for subsequent user it gives me this error.
Password query failed: Commands out of sync; you can't run this command now
That message is from MySQL. If your stored procedure returns more than one dataset you'll get that error.
~Seth