Thread
:
Using ADO to read a text file
View Single Post
11-08-2006
#
2
(
permalink
)
Roman Kuzmin
n/a posts
Re: Using ADO to read a text file
Try this:
$objConnection.Open('Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=c:\temp;Extended Properties="text;HDR=YES;FMT=Delimited"')
--
Thanks,
Roman
My System Specs
Roman Kuzmin