Filepro-list Digest, Vol 54, Issue 15

Tyler tyler.style at gmail.com
Thu Jul 17 08:30:02 PDT 2008


> Date: Wed, 16 Jul 2008 17:55:06 -0400
> From: "Richard Kreiss" <rkreiss at gccconsulting.net>
> Subject: fpsql
> To: <filepro-list at lists.celestial.com>
> Message-ID: <005801c8e78e$9c3ee900$d4bcbb00$@net>
> Content-Type: text/plain;       charset="iso-8859-1"
>
> Is there a way to have fpsql create a CSV file?

Yes.  Set the header to none, print to a file, then just add ',' into
your select statement between fields.

set output '/public/tyler/deleteme.csv'
set lines 0

select @3, ',', at 5,',', at 99

Tyler


More information about the Filepro-list mailing list