UniDAC and MySQL autoinc

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: UniDAC and MySQL autoinc

Post by ViktorV » Wed 16 Mar 2016 14:09

Hello Michal,

Currently, UniDAC help contains no description of the FullRefresh property. We will describe it in the next build of UniDAC. See more details about the FullRefresh property in our MyDAC help: https://www.devart.com/mydac/docs/?deva ... efresh.htm
When executing your query, we got the "Refresh failed. Found 0 records" error only on when the TUniQuery.Options.FullRefresh options was enabled. As we wrote earlier, this is correct behavior of UniDAC. Please make sure that the TUniQuery.Options.FullRefresh property is set to False. If it is, please send a full sample to demonstrate the issue to viktorv*devart*com, including a script to create and fill in the test database object.

FCS
Posts: 176
Joined: Sat 23 Feb 2013 18:46

Re: UniDAC and MySQL autoinc

Post by FCS » Wed 16 Mar 2016 15:33

Hello,

I have never set this option in my programs, so my queries had default value of it.

I will read the description and try to test it.

Could you create manuals in PDF format too ? It is easier read them and find any keyword. I have PDF manual for UniDac 6.0.2 and it is more useful then the same in chm.

Thanks
Michal

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: UniDAC and MySQL autoinc

Post by ViktorV » Thu 17 Mar 2016 11:35

You can download help for UniDAC in PDF format from https://www.devart.com/unidac/download.html in the Documentation and Demo section.

FCS
Posts: 176
Joined: Sat 23 Feb 2013 18:46

Re: UniDAC and MySQL autoinc

Post by FCS » Thu 17 Mar 2016 15:22

Hello,

Thank you for the link to the PDF.

Regards
Michal

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: UniDAC and MySQL autoinc

Post by ViktorV » Fri 18 Mar 2016 09:52

Thank you for being interested in our products.
If you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.

Post Reply