MySQL Forums
Forum List  »  Quality Assurance

Is This MyODBC Bug ?
Posted by: Niksen Harjanto
Date: September 10, 2007 12:15PM

I've wrote one SP that has 2 resultset. I executed in MySQL client tool and it works fine (two resultset). But when I call it from SQL Explorer (Borland Delphi) via MyODBC, the SP just relpy me 1 resultset (1). My SP is like this :
CREATE PROCEDURE a()
BEGIN
select 1;
select 2;
END;

I'm using MySQL 5.0.41(?) and MyODBC 3.51.06.
(MyODBC 3.51.16 doesn't work in my PC T_T)
Does any one know why it works diferently ?
(Sorry for bad english)

Options: ReplyQuote


Subject
Views
Written By
Posted
Is This MyODBC Bug ?
3601
September 10, 2007 12:15PM
2307
September 19, 2007 07:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.