Issues reading CSV file using OLEDB when filenamen have period
Posted
by Rodel Dagumampan
on Stack Overflow
See other posts from Stack Overflow
or by Rodel Dagumampan
Published on 2010-01-28T07:16:57Z
Indexed on
2010/05/29
3:02 UTC
Read the original article
Hit count: 230
oledb
Issues reading CSV file using OLEDB when filenamen have period.
I have a code in C# that reads CSV File using OleDBProvider. It works perfect with filenames in regular format such as Budget.csv but failed when i renamed the file into Budget.DKK.csv or Budget.USD.csv
I throws this exception: he Microsoft Jet database engine could not find the object 'Budget.DKK.csv'. Make sure the object exists and that you spell its name and the path name correctly.
I have no idea so far why is this happenning.
© Stack Overflow or respective owner