On Tuesday 26 March 2002 2:56 pm, Harpreet Kaur wrote:
> I am using
> C:\>   BCP dbname.dbo.tblname out tblname.txt -S srvrname -U sa –P sapwd -c
> -t \t -r \n
>
> to create a text file from a sqlserver table . Th text file shows a tab
> after every field except the last field. How can i get it to put a tab even
> after the last field.

This does not seem to be relevant to MySQL.

The best way of doing this would be to use perl.  Should be a fairly simple 
perl script, just replace all \n with \t\n

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

  • BCP Van Wyk
    • BCP Harpreet Kaur
      • Christopher Thompson

Reply via email to