Hi ,
I need to just copy the data contents from a source database to target database.
The schema is identical.
The source database has the data.
Target database is a empty one.
With what components of the clover can I achieve this easily.
Hi ,
I need to just copy the data contents from a source database to target database.
The schema is identical.
The source database has the data.
Target database is a empty one.
With what components of the clover can I achieve this easily.
Hello, use DBInputTable for reading data from source database and DBOutputTable for writing it to target database. See Database related examples.