Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Using CopyTable to copy a remote table to a local in-memory table ?
Sun, Mar 20 2016 5:23 AMPermanent Link

Hu Fai Chung

Can this be done ? or it only works with the same DbisamSession

Thanks in advance !
Mon, Mar 21 2016 12:17 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com


<< Can this be done ? or it only works with the same DbisamSession >>

Unfortunately, no, you can't copy across session boundaries, which is what would be required for doing a remote-to-local copy of the table.

However, you can use something like the code posted here for doing so:

http://www.elevatesoft.com/supportfaq?action=view&category=dbisam&question=batch_move

You would just need to have the source and destination tables set up to use a remote and local session, respectively.

Tim Young
Elevate Software
www.elevatesoft.com
Tue, Mar 22 2016 2:36 AMPermanent Link

Hu Fai Chung

Thank you Tim !
Image