Page 1 of 1
OpenAsClone
Posted: Thu 08 May 2014 11:20
by felixinasa
Hello
I´m evaluating to migrate from fibplus.
There are somthing similar to fiblus OpenAsClone?
thanks
Re: OpenAsClone
Posted: Thu 08 May 2014 13:56
by PavloP
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;
Re: OpenAsClone
Posted: Thu 08 May 2014 14:10
by felixinasa
Thanks
Re: OpenAsClone
Posted: Mon 12 May 2014 07:49
by PavloP
If any other questions come up, please contact us.