fpsql documentation

Kenneth Brody kenbrody at spamcop.net
Fri Sep 18 12:49:49 PDT 2009


Brian K. White wrote:
> Is there any documentation on fpsql other than the .hlp file?
> 
> One of our developers is using fpsql to read filepro data from php.
> As far as I can tell the only ways for the user to know how to parse the
> fixed length output that fpsql returns is to
[...]

Try adding a delimiter between fields in the SELECT clause.

select last_name, '|', first_name, '|', phone
from clients

-- 
Kenneth Brody


More information about the Filepro-list mailing list