Open Tab delimited file with ADO
From: Max Odendahl (max.odendahl_at_t-online.de)
Date: 03/22/04
- Previous message: John Evans: "ADOX error with fields of type AdDate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Mar 2004 09:47:41 -0800
Hello,
did anyone manage to opne a tab delimited file with ado?
I managed to open it now, with this connectionstring:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Dokumente und
Einstellungen\Administrator\Desktop\;Extended
Properties="text;hdr=no;fmt=tabdelimited;separator=Chr(9);";Persist
Security Info=False
And a Schema.ini:
[hallo.csv]
Format=TabDelimited
ColNameHeader=True
It recognizes the correct columm number, but all fields are empty.
Any ideas?
Kindr egards
max Odendahl
- Previous message: John Evans: "ADOX error with fields of type AdDate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|