With regard to Tuniquery loading data from the file

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
wjzws
Posts: 20
Joined: Fri 17 Jul 2009 02:33

With regard to Tuniquery loading data from the file

Post by wjzws » Wed 04 Nov 2009 05:50

Hello:

      There is such a problem, you have to ask.

      Use Adodataset, he has such a feature relatively easy to use, especially when operating offline.

Such as: Adodatast1.savetofile (), Adodataset.LoadFromFile ()

This can be done off-line use, and save and modify data, submit on-line.

   

     Adodataset such an approach, it is very easy to use, that is: Adodataset.Clone ()

     In this way, you can not through the server, copy the data in the local Tuniquery2.clone (Tuniquery1);

     In this way, I can use it in a Cowper, some computing operations.


   I do not know Tunidac have such a feature? I think it was not what I would not operate, did not find this feature?

    If not, let's have to wonder whether these additional features?


     Thanks! Ask you to help!

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 05 Nov 2009 09:37

We will investigate the possibility of adding such functionality, but that is hardly to happen in the nearest future.

Post Reply