transfer data

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cxg417
Posts: 41
Joined: Thu 26 Mar 2009 08:07

transfer data

Post by cxg417 » Mon 19 Oct 2009 04:42

How to quickly transfer data from one uniquery to another uniquery. For example: ADOQuery.Clone (Source: TCustomADODataSet; LockType: TADOLockType)
________
Bmw Gina History
Last edited by cxg417 on Thu 10 Mar 2011 10:57, edited 1 time in total.

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

Post by Plash » Mon 19 Oct 2009 08:56

TUniQuery does not support the Clone method. You can copy data to TVirtualTable using its Assign method.

cxg417
Posts: 41
Joined: Thu 26 Mar 2009 08:07

Post by cxg417 » Mon 19 Oct 2009 10:47

The efficiency of Assign method can be raised?
________
IOLITE REVIEW
Last edited by cxg417 on Tue 15 Feb 2011 14:58, edited 1 time in total.

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

Post by Plash » Tue 20 Oct 2009 07:23

No, you cannot increase the speed of the Assign method.

cxg417
Posts: 41
Joined: Thu 26 Mar 2009 08:07

Post by cxg417 » Tue 20 Oct 2009 09:47

I Hope you can increase the speed of the Assign method.
________
WIKI VAPORIZER

Post Reply