Gateway allows you to export in TAB format.

I don't remember ever being able to do so with the UNLOAD command although you 
could probably concoct a SELECT command to pick the columns you want and put a  
(CHAR(009)) between each one if you need to do it that way.
(SELECT Col_A, (CHAR(009)), Col_B, (CHAR(009)) FROM ...)

Regards,
Alastair
  ----- Original Message ----- 
  From: [EMAIL PROTECTED] 
  To: RBASE-L Mailing List 
  Sent: Sunday, December 30, 2007 6:05 PM
  Subject: [RBASE-L] - TAB DELIMITED QUESTION


  Does anyone know how to export a to TAB delimited file format?

   

   

  CSV now works like this

  output c:\somefile.csv

  unload data for customers as csv

  output screen

   

   

  How can we programmatically unload data in a tab delimited format?

   

  THANKS IN ADVANCE!






------------------------------------------------------------------------------
  See AOL's top rated recipes and easy ways to stay in shape for winter.


------------------------------------------------------------------------------


  No virus found in this incoming message.
  Checked by AVG Free Edition. 
  Version: 7.5.516 / Virus Database: 269.17.12/1202 - Release Date: 29/12/2007 
13:27

Reply via email to