MyQuery1.Refresh;

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

MyQuery1.Refresh;

Post by cybsistemas » Fri 27 Jun 2014 05:28

Use MyDAC 8.38.
MyQuery1.Refresh returns to the first record. With MyDAC 7 is not happening to me.
thanks

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: MyQuery1.Refresh;

Post by PavloP » Fri 27 Jun 2014 14:36

We can't reproduce the problem. Please try to compose a small sample to demonstrate the problem and send it to pavelp*devart*com

cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

Re: MyQuery1.Refresh;

Post by cybsistemas » Fri 27 Jun 2014 19:07

arch.rar attachment sent to pavelp*devart*com
Last edited by cybsistemas on Tue 01 Jul 2014 11:55, edited 1 time in total.

cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

Re: MyQuery1.Refresh;

Post by cybsistemas » Wed 02 Jul 2014 13:57

I'll give you a hint: if I remove "order by" the SQL text and use indexfieldname, works well.

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: MyQuery1.Refresh;

Post by PavloP » Fri 04 Jul 2014 09:52

Thank you for the information. We have reproduced the problem. It occurs due to that your query has no key fields. Problem investigation is in progress.

cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

Re: MyQuery1.Refresh;

Post by cybsistemas » Sat 05 Jul 2014 12:20

Thanks

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: MyQuery1.Refresh;

Post by PavloP » Mon 07 Jul 2014 07:42

If any other questions come up, please contact us.

cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

Re: MyQuery1.Refresh;

Post by cybsistemas » Mon 07 Jul 2014 12:06

Ok.

Post Reply