ekkehard
Wed Apr 12 11:17:20 CDT 2006
Zarqy wrote:
> O.K., I found the info on creating a schema.ini file
> (
http://support.microsoft.com/kb/149090/EN-US/). I will need to create
Another link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcjetschema_ini_file.asp
> the schema.ini from the script as the file name and/or location could
> change. Then delete the schema.ini when I am done. No problem with FSO
> or whatever.
>
> Three questions:
>
> 1) Can the delimiter be this : "," not ,
> some of the fields do contain commas
I'd use "Format=TabDelimited", because I saw customer names like
Hotel "Zur Post"
and why not
The "Good", the 'bad', and the |ugly| Ltd.
> 2) The input files does not have a header row. Do all the columns need
> to be defined? Or can I just define the columns that I need to filter
> on in the WHERE clause? There are 40 columns, Not to much of a problem
> to define all, just easier to not have to.
You don't need a head row (ColNameHeader=False); but please define all
columns carefully - somebody (you in 4 week) will be grateful.
> 3) Can the outpu be saved with "," as seperators, not just ,? We need
> the double quote enclosed fields to catch the fields with commas
>
> Thanks for all the help. I do appreciate your time and efforts!
you are welcome
>
> - Z
>