Re: freebcp - comma delimited output file
Tim Lank <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAHyifnQE-DjEDenFcxpW3wHgALf_C0p42rG7soF+fS-uypFv8Q@mail.gmail.com> |
Ed, Thanks that worked. Thanks for the help. Tim On Mon, Sep 19, 2011 at 2:06 PM, Ed Avis <[email protected]> wrote: > >freebcp MYDB.dbo.DV_DEVICE_T out "/home/myaccount/test.csv" -c -T -t, > -S > >servername -I /etc/freetds.conf -U me -P `cat mssqlpw.txt` > > I think the -T option requires a following argument, so is gobbling up > -t,. > Try omitting -T or else passing it with a number, e.g. '-T 500'. > freebcp's command line parser is not as helpful as it could be at > catching errors. > > -- > Ed Avis <[email protected]> > > ______________________________________________________________________ > This email has been scanned by the MessageLabs Email Security System. > For more information please visit http://www.messagelabs.com/email > ______________________________________________________________________ > _______________________________________________ > FreeTDS mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/freetds >