in reply to Re: BCP_SETL in DBD::Sybase
in thread BCP_SETL in DBD::Sybase

So, is it same as setting bulkLogin=1 in connect.

Replies are listed 'Best First'.
Re^3: BCP_SETL in DBD::Sybase
by runrig (Abbot) on Apr 27, 2011 at 00:34 UTC
    I wouldn't know for sure. I've never used any BCP functionality in DBD::Sybase or Sybperl, I've only just started playing with bcp in DBD::Sybase, and I can't see any speed difference between it and raw inserts. When I need bcp, I just call the command line version via system or exec.
Re^3: BCP_SETL in DBD::Sybase
by mpeppler (Vicar) on May 04, 2011 at 13:44 UTC
    Yes, it's the same thing.

    Michael