J
Johndow
It is a very strange issue. I try to use oledb to access a flat text file
on the file system, and got intermittent error: I dump the error into a log,
which does not show much information:
Message: Unspecified error
Source: Microsoft JET Database EngineStackTrace: at
System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
at System.Data.OleDb.OleDbConnection.InitializeProvider()
at System.Data.OleDb.OleDbConnection.Open()
The connection string I used is
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\FlatFileUpload\;Extended
Properties="text;HDR=YES;FMT=Delimited"
I have read article at http://support.microsoft.com/kb/251254/
What frustrate me is if it is a permission issue, why sometimes it works and
sometimes it does not?
Anyone has similar experience before? Your comments are greatly
appreciated.
on the file system, and got intermittent error: I dump the error into a log,
which does not show much information:
Message: Unspecified error
Source: Microsoft JET Database EngineStackTrace: at
System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
at System.Data.OleDb.OleDbConnection.InitializeProvider()
at System.Data.OleDb.OleDbConnection.Open()
The connection string I used is
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\FlatFileUpload\;Extended
Properties="text;HDR=YES;FMT=Delimited"
I have read article at http://support.microsoft.com/kb/251254/
What frustrate me is if it is a permission issue, why sometimes it works and
sometimes it does not?
Anyone has similar experience before? Your comments are greatly
appreciated.