Hi,
I am trying to create an ADO recordset with a pipe delimited text file, with no header row. I'm using a Schema.ini file to handle the delimiter.
[123.txt]
ColNameHeader=False
Format=Delimited(|)
I'm using the code below to load the recordset.
Dim D0275Conn As New ADODB.Connection
Dim...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.