Re: Cannot open csv file using Jet.OLEDB
From: Artur Loewen (artlow_at_gmx.net)
Date: 03/09/04
- Next message: vinod kumar: "include msado15 ??"
- Previous message: Rene: "Re: Working with the ADO .NextRecordset method"
- In reply to: NMM: "Cannot open csv file using Jet.OLEDB"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 9 Mar 2004 14:29:36 +0100
for me it worked only with a schema.ini like this:
[Dummy.csv]
ColNameHeader=True
Format=Delimited(,)
TextDelimiter="
CharacterSet=ANSI
DateTimeFormat=ddmmyyyy
DecimalSymbol=.
"NMM" <anonymous@discussions.microsoft.com> schrieb im Newsbeitrag
news:55AE1486-026A-4027-93B3-5F119F50C9F6@microsoft.com...
> I'm trying to open csv file from ado but i'm receiving the error "Could
not find installable ISAM "
>
> KB209805 doesn't help
>
> here is the connection string:
> Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\dummy.csv;Extended
Properties="""text;HDR=Yes;FMT=Delimited""";Persist Security Info=False
- Next message: vinod kumar: "include msado15 ??"
- Previous message: Rene: "Re: Working with the ADO .NextRecordset method"
- In reply to: NMM: "Cannot open csv file using Jet.OLEDB"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|