SubQuery problems

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
stians
Posts: 7
Joined: Thu 21 Sep 2006 17:00

SubQuery problems

Post by stians » Sun 18 May 2008 20:45

I have problem with
5.20.1.15 for Delphi 2007 and SubQuerys.
They only return 1 record. ALWAYS.

If I use the same query, without the sub-part. it is ok.

Is it somthing I do wrong?

Stian Sømoen
IKG

Hope sombody can help me.

eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

Re: SubQuery problems

Post by eduardosic » Mon 19 May 2008 11:51

stians wrote:I have problem with
5.20.1.15 for Delphi 2007 and SubQuerys.
They only return 1 record. ALWAYS.

If I use the same query, without the sub-part. it is ok.

Is it somthing I do wrong?

Stian Sømoen
IKG

Hope sombody can help me.
post the SQL code, table script and data.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 21 May 2008 09:28

Please send a complete small sample to dmitryg*crlab*com to demonstrate this problem, including a script to create and fill table.

Post Reply