keepingbusy
Programmer
Hi
The following command produces a txt file with no "" containing data from two fields in a table:
Code:
COPY TO myfile DELIMITED WITH " " WITH tab
This is not the case when you view the fields in the table BEFORE the txt file is created.
I have tried combinations:
Code:
COPY TO myfile DELIMITED WITH "" WITH tab
Code:
COPY TO myfile TYPE DELIMITED
I'm sure this is something easy, but cant find the answer.
Thank you guys
Lee