Hi everyone,
I'm writing a simple Delphi 7 application to export data from some Oracle tables to the correspondant MsSqlServer ones.
The MSS tables already exist, are empty, and were created with the same structure and relationships of the former Oracle tables, but eventually with different names.
So, for instance, I have to copy all records from an Oracle table "Products" to a MSS table "Objects".
The question is: what is the simplest and fastets way to achieve the goal?
I'm trying to use 2 sqlconnection and 2 sqltable comps from DbExpress, but I don't know how to export data
(obviously, I want to avoid doing multiple SELECT and INSERT INTO... VALUES for each table).
Can you help me? Thank you very much
Emanuele
I'm writing a simple Delphi 7 application to export data from some Oracle tables to the correspondant MsSqlServer ones.
The MSS tables already exist, are empty, and were created with the same structure and relationships of the former Oracle tables, but eventually with different names.
So, for instance, I have to copy all records from an Oracle table "Products" to a MSS table "Objects".
The question is: what is the simplest and fastets way to achieve the goal?
I'm trying to use 2 sqlconnection and 2 sqltable comps from DbExpress, but I don't know how to export data
(obviously, I want to avoid doing multiple SELECT and INSERT INTO... VALUES for each table).
Can you help me? Thank you very much
Emanuele