Bryan - Gendev
Programmer
I have the following code
I get an error on both attempts to COPY TO.
Can any one help a puzzled oldtimer?
GenDev
Code:
Select (myfile)
savetime = TTOC(DATETIME())
savefile= 'my_stats_'+(savetime)+'.csv'
Copy To &savefile Csv
Copy To (savefile) Csv
I get an error on both attempts to COPY TO.
Can any one help a puzzled oldtimer?
GenDev