Stored Procedure samples tutorials

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Kite
Posts: 2
Joined: Wed 04 Oct 2006 22:08
Location: RSA

Stored Procedure samples tutorials

Post by Kite » Wed 04 Oct 2006 22:12

Hi
Where canI get samples of Procedure calls with in and out parameters in Delphi because I can't get mine to work

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 05 Oct 2006 11:19

In the current version of MyDAC you can not retrieve output parameters from stored procedure because of MySQL data transfer protocol restriction. The protocol does not support retrieving output parameters. In the next version of MyDAC this restriction will be overcame. Meanwhile you can use the solution suggested in this thread.

Kite
Posts: 2
Joined: Wed 04 Oct 2006 22:08
Location: RSA

New version

Post by Kite » Thu 05 Oct 2006 12:28

I'm evaluting MyDQc for purchage and I just want to know when this new version can be expected and is it v5.x or only a minor update. Will it be advised to buy the current version or wait for the new version.

Will a newer version of MySQL 5.x also help or not

Please let me know

Thanx Kite

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 05 Oct 2006 14:18

The new version of MyDAC (MyDAC 5) will be available in about couple of months.

> Will a newer version of MySQL 5.x also help or not
We are unable to provide such information. Please refer to MySQL AB official web site.

Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

Re: New version

Post by Devart » Thu 05 Oct 2006 15:56

Kite wrote:I'm evaluting MyDQc for purchage and I just want to know when this new version can be expected and is it v5.x or only a minor update. Will it be advised to buy the current version or wait for the new version.
We offer free major upgrade for users who purchase MyDAC within grace period. As a rule it is 2 months before release.

Post Reply