Page 1 of 1

copydb on NT

Posted: Wed Aug 06, 2003 8:21 am
by bart
Tried copying a table from solaris to NT. Used:

copydb -umyuser -pmypassword -tsometable www.mysite.com /usr/database

also tried:

copydb -u myuser -p mypassword -tsometable www.mysite.com /usr/database

Both times all it did was give me a "Usage:" message. Wassup?

copydb on NT

Posted: Wed Aug 06, 2003 9:58 am
by mark
It requires remotedb AND localdb.

See also cpdb.
http://www.thunderstone.com/site/texisman/node312.html

copydb on NT

Posted: Wed Aug 06, 2003 10:09 am
by bart
My bad... well not exactly.. The stupid console truncated the help line at exactly <remotedb> so I never saw the <localdb> operand.