in reply to BCP_SETL in DBD::Sybase

No, but see the 'Experimental Bulk-Load Functionality' section in the DBD::Sybase docs

Replies are listed 'Best First'.
Re^2: BCP_SETL in DBD::Sybase
by hdsarma (Initiate) on Apr 27, 2011 at 00:26 UTC
    So, is it same as setting bulkLogin=1 in connect.
      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.
      Yes, it's the same thing.

      Michael