Archives of the TeradataForum
Message Posted: Mon, 01 Nov 2004 @ 10:36:16 GMT
Subj: | | Re: Help to Transform UTF8 data file to Teradata using OLE DB AXMOD |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Saturday, October 30, 2004 15:42 -->
You could also use Microsoft Jet 4.0 OLE DB Provider instead of Microsoft Text Driver. This would the ODBC to OLE DB layer and give better
speed. When connecting, specify (on Data Links All tab):
Data Source=name of directory containing your data file
Extended Properties=text
You still need schema.ini file.
|