I'm attempting to import a CSV text file once a day at a specific time by using an Event.
The following works perfectly in Interactive SQL:
INPUT INTO dba.myTable
FROM C:\\myDirectory\\fred.txt
FORMAT ascii;
Works like a charm!
I've since read in the documentation that INPUT is a command that can't be used in an event. Is there some other way I can do this via an event?
[sig]<p>Peter Toby<br><a href=mailto:webmaster@petertoby.com.au>webmaster@petertoby.com.au</a><br><a href= site is under construction but getting better![/sig]
The following works perfectly in Interactive SQL:
INPUT INTO dba.myTable
FROM C:\\myDirectory\\fred.txt
FORMAT ascii;
Works like a charm!
I've since read in the documentation that INPUT is a command that can't be used in an event. Is there some other way I can do this via an event?
[sig]<p>Peter Toby<br><a href=mailto:webmaster@petertoby.com.au>webmaster@petertoby.com.au</a><br><a href= site is under construction but getting better![/sig]