[AccessD] Export Queries to Text file

Jim Hewson JHewson at karta.com
Wed Dec 28 14:21:11 CST 2005


Thanks, that works!
What I failed to mention in my first message is that the queries are in a third party "Access" interface.  While it is Access (ODBC to Oracle), it has a completely different interface with everything locked down tight.  No way of writing any code.
Thanks again.

Jim 
jhewson at karta.com
 
-----Original Message-----
From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock
Sent: Wednesday, December 28, 2005 1:54 PM
To: accessd at databaseadvisors.com
Subject: Re: [AccessD] Export Queries to Text file

Hi Marty

Oops, a little rusty in DOS mode?? 
In fact it's even simpler:

copy a.txt+b.txt+c.txt final.txt

/gustav

>>> martyconnelly at shaw.ca 28-12-2005 20:22:57 >>>
Use Shell function out to DOS
xcopy a.txt+b.txt+c.txt > final.txt
I think that is the syntax


-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list