jilltw has asked for the wisdom of the Perl Monks concerning the following question:
use Sybase::BCP; $bcp = new Sybase::BCP $user, $pwd, $server, $appname; $bcp->config(INPUT => $tmp_file, OUTPUT => 'css..tmp_site_term', ERRORS => 'bcp_errors'); $bcp->run;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Sybase::BCP
by mpeppler (Vicar) on Nov 02, 2004 at 17:15 UTC | |
by jilltw (Initiate) on Nov 03, 2004 at 14:24 UTC | |
by mpeppler (Vicar) on Nov 03, 2004 at 14:44 UTC | |
by jilltw (Initiate) on Nov 03, 2004 at 15:05 UTC | |
by mpeppler (Vicar) on Nov 03, 2004 at 15:22 UTC | |
|