OLEDB Access to CSV, Can the Deliminater be changed?

DeltaWolf7

Well-known member
Joined
Jan 21, 2006
Messages
47
Programming Experience
Beginner
Hi,

I am accessing a CSV file via OLEDB and I am using the connection string below.

ConnectionString =
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Path & "\;Extended Properties='text;HDR=No;FMT=Delimited\'"

My question is can the deliminater be changed from comma to a semi-colon?
 
Back
Top