I'm looking for recommendations for a project involving a one-time import of
data. Our client has a database which is in both DB2/400 and Paradox.
We need to port the data into a Notes database, and can choose which source
(DB2 or Paradox) we want to use.
I would appreciate and recommendations of tools and methods for any
similar projects done. Thanks for your time.
Hi Linda,
If this is a one time job, you could use the Notes Data Access Object which utilized
ODBC. This is fairly simple if you know Lotus Script and SQL. If you anticipate a lot of
migration in the future, you might want to consider purchasing a tool like Sentinnel(by
Mayflower - uses ODBC) or ZMerge (for ASCII import only).
Hope this help.
Pee T. Lim
>
>I'm looking for recommendations for a project involving a one-time import of
>data. Our client has a database which is in both DB2/400 and Paradox.
>We need to port the data into a Notes database, and can choose which source
>(DB2 or Paradox) we want to use.
>
>I would appreciate and recommendations of tools and methods for any
>similar projects done. Thanks for your time.
You can export the data as CSV and import it in to Notes using COL
files.