OpenAsClone

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
felixinasa
Posts: 7
Joined: Sat 05 Apr 2014 07:39

OpenAsClone

Post by felixinasa » Thu 08 May 2014 11:20

Hello

I´m evaluating to migrate from fibplus.
There are somthing similar to fiblus OpenAsClone?

thanks

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

Re: OpenAsClone

Post by PavloP » Thu 08 May 2014 13:56

TIBCTable has an Assign method, that copies properties of the transferred dataset. You can check this method functionality in the following way:

Code: Select all

    IBCTable1.Assign(IBCTable2);
    IBCTable1.Open;

felixinasa
Posts: 7
Joined: Sat 05 Apr 2014 07:39

Re: OpenAsClone

Post by felixinasa » Thu 08 May 2014 14:10

Thanks

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

Re: OpenAsClone

Post by PavloP » Mon 12 May 2014 07:49

If any other questions come up, please contact us.

Post Reply