killyridols
Registered User.
- Local time
- Today, 13:33
- Joined
- Jul 16, 2009
- Messages
- 22
Hello,
I want to export my query results table to a specified folder as a .dat file.
I don't want to output the whole database to file, I just want to output a query table to file...
Using Informix SQL the equivalent would be:
UNLOAD to "C:\test.dat"
and
Using Oracle SQL (I think?) the equivalent is:
INTO OUTFILE "C:\test.dat"
does anybody know an equivalent command that is used in Access?
Thank you!
I want to export my query results table to a specified folder as a .dat file.
I don't want to output the whole database to file, I just want to output a query table to file...
Using Informix SQL the equivalent would be:
UNLOAD to "C:\test.dat"
and
Using Oracle SQL (I think?) the equivalent is:
INTO OUTFILE "C:\test.dat"
does anybody know an equivalent command that is used in Access?
Thank you!