| View previous topic :: View next topic |
| Author |
Message |
Frank Thorburn Guest
|
Posted: Wed Jan 28, 2004 8:21 am Post subject: Return Recordsets from Stored Procedures in MySQL 5 |
|
|
Hey,
I'm using D7 and the new MySQL 5. Is it possible to return a recordset
from a stored procedure? And if so, how?
It is possible for example with MS SQL Server (and ADO), but it is not
with Oracle.
BTW: Is that the right newsgroup fur such a Question? Or is there a more
MySQL specific newsgroup availible?
Thanks,
Frank
|
|
| Back to top |
|
 |
Roberto Novakosky Guest
|
Posted: Wed Jan 28, 2004 8:39 pm Post subject: Re: Return Recordsets from Stored Procedures in MySQL 5 |
|
|
This newsgroup isn't about MySQL but:
I don't know the resources from MySQL, but if is possible to build a
StoredProcedure on MySQL so is possible to SELECT it with the DBEXPRESS.
The StoredProcedure can be build with Input and Output Parameters. On
SQLQuery object is possible to do this code:
SELECT ... FROM PROCEDURE(YOUR INPUTPAR1, INPUTPAR2...).
I work with Interbase/Firebird, this work well. Is possible to use the
StoredProc component too.
Roberto Novakosky
|
|
| Back to top |
|
 |
Ramesh Theivendran(Borlan Guest
|
Posted: Sat Jan 31, 2004 2:35 am Post subject: Re: Return Recordsets from Stored Procedures in MySQL 5 |
|
|
Is MySQL 5 already shipping? We currently support only MySQL 4.1.x
T.Ramesh.
"Frank Thorburn" <frank (AT) thorburn (DOT) cc> wrote
| Quote: | Hey,
I'm using D7 and the new MySQL 5. Is it possible to return a recordset
from a stored procedure? And if so, how?
It is possible for example with MS SQL Server (and ADO), but it is not
with Oracle.
BTW: Is that the right newsgroup fur such a Question? Or is there a more
MySQL specific newsgroup availible?
Thanks,
Frank
|
|
|
| Back to top |
|
 |
David Smith Guest
|
Posted: Sat Jan 31, 2004 7:23 pm Post subject: Re: Return Recordsets from Stored Procedures in MySQL 5 |
|
|
Ramesh Theivendran(Borland) wrote:
| Quote: | Is MySQL 5 already shipping? We currently support only MySQL 4.1.x
|
I think not very soon :
MySQL Products
Database Server
* Production 4.0.17
* Development 4.1.1
* Preview 5.0.0
from http://www.mysql.com/
David
|
|
| Back to top |
|
 |
|