Persistent fields

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
elraj71
Posts: 7
Joined: Wed 29 Jun 2011 12:31

Persistent fields

Post by elraj71 » Wed 29 Jun 2011 12:36

Hi!

I use UniDAC (vers.3.70.0.17) to access Sql Server Database (or Oracle Database) in Delphi xe application.

In my application, I read data by TUniQuery/TDatasetProvider/TClientDataset and I have a problem if query has persistent fields.
My query reads from table with 4 fields, but query has only 3 persistent fields.
If I have a clientdataset linked to this query by datasetprovider, when I active clientdataset, it raises an exception 'Field not found' (field not persistent).
Instead, if I directly active my query, the execution is ok.
Which is the problem?
What can I do to work with less persistent fields than all fields?

Thanks!!

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Wed 29 Jun 2011 14:45

Hello,

I cannot reproduce the problem.
Please send us a small sample demonstrating the problem including a script to create the table to alexp*devart*com.

AndreyZ

Post by AndreyZ » Fri 01 Jul 2011 10:05

Thank you for the information. We have reproduced this problem and fixed it. This fix will be included in the next UniDAC build.

elraj71
Posts: 7
Joined: Wed 29 Jun 2011 12:31

Post by elraj71 » Fri 01 Jul 2011 10:25

Thank you!!!

When will build be available?

AndreyZ

Post by AndreyZ » Fri 01 Jul 2011 10:43

The next UniDAC build will be available in August.

Post Reply