Upgrade to version 10 and then (assuming that you want to extract the whole "customer" table) write something like this:
Code:
output to "customer.csv".
for each customer no-lock:
export delimiter "," customer.
end.
output close.
V6 is, of course, so far beyond "ancient, obsolete and unsupported" that it boggles the mind. It is so long ago that I don't really recall for sure but the delimiter option to EXPORT may not have been available in v6. If not then the default delimiter is a space.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.