Hi to all.
The last command of an sql statement is:
"copy to c:\leg\templates\dprofile1.dbf"
Everything works fine exept every time this command is executed. we get the message " c:\leg\templates\dprofile1.dbf" already exists. overwrite it?
How can we avoid this message?
This table is used to integrate our application with Ms office so it needs to erase all records previously in table (or the whole table) and send the new data
Thanks in advance
Mike