ADO connection to a tab delimited file
- From: "Griff" <Howling@xxxxxxxx>
- Date: Tue, 26 Jul 2005 17:09:58 +0100
I have created an ADO connection to a tab delimited file. This connection
is used with a ADODB recordset.
Similar to normal SQL, I wish to say something like:
SELECT fName, sName WHERE left(sName,1) = 's'
However.....the columns in the ASCII text file do not have column headings.
So....how in my SELECT statement would I refer to the 8th column?
Thanks in advance
Griff
.
- Follow-Ups:
- Re: ADO connection to a tab delimited file
- From: Griff
- Re: ADO connection to a tab delimited file
- Prev by Date: Re: ADO Broken Connection
- Next by Date: msdaipp "provider cannot be found" error
- Previous by thread: Presence and future of data access
- Next by thread: Re: ADO connection to a tab delimited file
- Index(es):