/V. 3. . C++Builder 3.0,  "/"  Internet
. 5.18.       
           TBatchMove,        ?"
     :
 5.1
		
Tablel	DatabaseName	Oracle?
	Exclusive	true
	TableName	CLIENTS
	Active	true
2	DatabaseName	BCDEMOS
	TableName	C1LIENTS.DBF
	Active	true
96
       /
DataSource 1	DataSet	Tablel
DataSource2	DataSet	Table2
DBGridl	DataSource	DataSource 1
DBGrid2	DataSource	DataSource2
DBNavigatorl	DataSource	DataSource 1
DBNavigator2	DataSource	DataSource2
BatchMove 1	Source	Table2
	Destination	Tablel
	Mode	batAppend
Button 1	Caption	CLIENTS
Button!	Caption	HOLDINGS
ButtonS	Caption	
Button4	Caption	
ButtonS	Caption	
     :
//....................-..........----.....-.
#include <vcl\vcl.h>
#pragma hdrstop
#include "upsizel.h" //.......................----.-..--...-----.
#pragma link "Grids"
#pragma resource "*.dfm"
TForml *Form1;
II-
fastcall TForml::TForm1(TComponent* Owner) : TForm(Owner)
{ }
//
fastcall TForml::Button1Click(TObject *Sender)
void _
{
Tablel->Close();
Table2->Close();
97