1) on the same db server?
2) on different db servers local to the same host
3) on different db servers local to different hosts.
4) are you trying to create an exact duplicate of the source in the
target or update the target?
what db servers?
Depending on the above answers, you may be able to:
1) use built-in db server commands/features
2) write a CF query of the source and iterate over it, doing
inserts/updates with the target
3) you may have to do some data exchange using WDDX with a stub program
on the target host and do the above
HTH
Dick
On Apr 22, 2004, at 9:02 AM, Richard Crawford wrote:
> I'm trying to write a script which will take as an argument a table
> name, then copy the data from that table in one table to an identical
> table in another database (assuming that the target database has a
> blank
> table with an identical structure).
>
> Has anyone attempted this sort of task before?��How would I go about
> starting this project?
>
> --
> Richard S. Crawford
> Programmer III,
> UC Davis Extension Distance Learning Group
> (http://unexdlc.ucdavis.edu)
> (916)327-7793 / [EMAIL PROTECTED]
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

