Issue with DBD::ODBC (SQLServer) and bcp
Mike Martin <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <CAOwYNKZCjW4HL=9pfY+=7O10ACz+BUX7TmLAJ0OPQT6HZT1M5A@mail.gmail.com> |
Hi Is it a known issue with running bcp while an active db connection I have a script that basically opens a db connection selects some data parses/transforms the data writes to a text file ---------------------- runs bcp to import the data into same database ---------------------- does some updates in SQLServer The issue is that if I dont disconnect before running bcp, the op just hangs (with no output). If I disconnect before bcp and then reconnect everything is fine. Is this a known issue Platform Windows 7 SQLServer 2012 DBD::ODBC=1.609