Copying data from VirtualTable to PostgreSQL table

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
piopio1
Posts: 32
Joined: Thu 10 Jan 2013 23:13

Copying data from VirtualTable to PostgreSQL table

Post by piopio1 » Thu 06 Mar 2014 23:31

Hello,

Is the best practice using CRBatchMove to copy all data from a VirtualTable to a PostgreSQL table ?

Many thanks
Pio Pio

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Copying data from VirtualTable to PostgreSQL table

Post by AlexP » Fri 07 Mar 2014 10:16

Hello,

You can use both CRBatchMove and PgLoader (PgDAC) for loading data from VirtualTable. It is more preferable to use PgLoader, since this component is optimized for loading data to PostgreSQL

Post Reply