Hello
I´m evaluating to migrate from fibplus.
There are somthing similar to fiblus OpenAsClone?
thanks
OpenAsClone
Re: OpenAsClone
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
If any other questions come up, please contact us.