breezett93
Technical User
Hello,
I am trying to create a program that will take an output file, convert it into a .dbf, and then send that file to a specific location to be grabbed for payroll.
I was reading about COPY TO, but I noticed none of the examples would include a destination to copy the file to.
Are either of these commands acceptable:
COPY TO a:\myDirectory\mySubDirectory or
COPY myTable TO a:\myDirectory\mySubDirectory
Thanks!
I am trying to create a program that will take an output file, convert it into a .dbf, and then send that file to a specific location to be grabbed for payroll.
I was reading about COPY TO, but I noticed none of the examples would include a destination to copy the file to.
Are either of these commands acceptable:
COPY TO a:\myDirectory\mySubDirectory or
COPY myTable TO a:\myDirectory\mySubDirectory
Thanks!