|
|
Archives of the TeradataForum
Message Posted: Fri, 15 Nov 2002 @ 13:49:24 GMT
Subj: | | Re: FAST EXPORT into .csv |
|
From: | | Geoffrey Rommel |
| Whats the best way to get the output of FASTEXPORT into a .CSV file? | |
The best way is to write a C program to perform the SQL, read the SQLDA (or the DataInfo parcel), convert each field to text, and
print it out. I have written a program to do this but cannot share it for legal reasons. Nevertheless, I have probably said enough to give
you or your developers some idea of how to accomplish this.
It is said that in V2R5, a.k.a. 7.0, it will be possible to do this by using "producer" and "consumer" modules.
--wgr
| |